MySQL OPTIMIZATION MySQL is a popular choice of database for use in web applications. Fully optimizing MySQL...
How to backup and restore a mysql table from a database using mysql command
Here we are going to discuss about how to restore a few tables from a database to a new empty database, the key...
How to setup MySQL temp directory on RAM disk?
Follow the below mentioned steps to setup MySQL temp directory on a RAM disk. Create a tmpfs directory : mkdir...