MySQL database location on your hard disk in the following ways: MySQL database location in Windows 1) Locate the my.ini file, which store in the MySQL
database
How to solve MySQL character encoding problem?
MySQL character encoding problem is where your MySQL database causes Unicode characters (like å, ä and ö) to be displayed wrongly. You can set it to UTF8.
How to find largest table in MySQL database?
Sometimes you may need to keep track of largest table in MySQL database to optimize it. Here’s an SQL query to find the largest table in MySQL database
How to get MySQL database size for your database?
Here’s how to get MySQL database size for all or a specific database. You can use the following SQL query to get it.
How to backup and restore MySQL database?
When working with MySQL, you may need to backup and restore MySQL database regularly to recover in case of accidents. Here’s how you can do it.
How to create a read-only MySQL user?
Sometimes you need to create a read-only MySQL user. You can follow these steps and use these ready made commands to create a read-only MySQL user.