FAQ: MySQL
How can I monitor my MySQL server?
mytop, a Linux application, is a near-time monitor (similar to the UNIX utility top) that monitors the MySQL server. mytop updates every few seconds to give you a reasonable look at your SQL performance.
What is my root password for MySQL?
- If the server was auto-provisioned with MySQL, the root password is the same as the server root password.
- If Plesk is auto-provisioned on your server, use "admin" and the admin password.
- If you installed MySQL through source, Rational Portfolio Manager, or up2date, then the initial root account passwords are empty. Anyone can connect to the MySQL server as root without a password and be granted all privileges, unless you set the root password during or after the MySQL installation.
Where can I find more information about MySQL?
The MySQL website has a complete reference manual with available search capabilities.