Backup and Restore Database in Linux
You can use “mysql” and “mysqldump” utility to backup and restore database in Linux.
Tag - mysql
Install mytop on cPanel
Mytop is a useful commadline MySQL monitoring tool (TUI) available for linux.
MySQL can log slow queries which take more time to execute. This may due to the bad coding. So, the slow query log will help you to find out the bad codes and...
How to Recover mysql root password Sometimes we loose or forget the root password of mysql database. Following steps explain how to recover mysql root...