Quick Table of Contents
MySQL Tuning and Troubleshooting
1. Windows service system error 1067 on start
You may encounter the following:
>net start mysql The MySql service is starting. The MySql service could not be started. A system error has occurred. System error 1067 has occurred. The process terminated unexpectedly.
Check my.cnf
Check that basedir and datadir in configuration file my.cnf are pointing to the correct directories. They can be muddled due to an old installation.
2. DNS lookups
Disable DNS lookups as a faulty DNS server can cause slow connections as mysql reverse and forward looks up the IPs that are being connected. You can disable it using the --skip-name-resolve option.

