A handy feature often used on Windows computers is creating shortcuts. Shortcuts are handy ways to link to items such as folders, files, apps, and more. To better understand shortcuts, look at our Understanding Shortcuts article.

When you create a shortcut Windows creates an icon that looks similar to the item your shortcut links to and will have two additional identifiers—a curved arrow icon in the lower-left corner of the icon and the text “- Shortcut” added at the end of the shortcut’s name. If you find that you typically rename your shortcut by removing the “- Shortcut” text or you would prefer to change the appended text, you can do so using the Registry Editor within Windows 10. In two other tips, we have covered how to modify the default name for new folders and how to change the name of copied folders. If you followed those two articles much of what you do in this tip will be familiar.

Read More

How to Check MySQL Database and Table Size

There are three ways to check MySQL database and table sizes:

1. Using phpMyAdmin.

2. Using the SELECT statement.

3. Using MySQL workbench.

All methods provide ways to check the size for:

  • A single database.
  • All databases.
  • Table size for a single database.
  • Table size for all databases.

Choose a method that best fits your configuration and follow the step-by-step instructions below.

Read More