June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will look at some common problems with MySQL and learn how to solve them.
You will need access to a root account or an account with sudo privileges.
You will need administrative privileges on the MySQL server.
Follow these steps to troubleshoot MySQL:
$ sudo service mysql status $ sudo netstat -pltn
/var/log/mysql.log and mysql.err.verbose flag set:$ which mysqld /usr/sbin/mysqld $ sudo /usr/sbin/mysqld --user=mysql --verbose
Read now
Unlock full access