Improve MySQL Connection Speed

Revision as of 18:23, 17 March 2012 by TCAWiki (talk | contribs)

To improve MySQL connection speed add skip-name-resolve to your MySQL server's my.ini or my.cnf under [mysqld]. Then restart the MySQL server.

[mysqld]
skip-name-resolve
Retrieved from "https://help.tcadmin.com/index.php?title=Improve_MySQL_Connection_Speed&oldid=667"