MySQL: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 16: Line 16:


===Tuning MySQL===
===Tuning MySQL===
*http://www.mysqlperformanceblog.com/
In my.cnf check out:
In my.cnf check out:
  log_slow_queries
  log_slow_queries

Revision as of 17:09, 12 December 2008

Documentation

Show syntax

http://dev.mysql.com/doc/refman/5.1/en/show.html

Tuning MySQL

In my.cnf check out:

log_slow_queries


On prompt check out stuff like:

SHOW STATUS LIKE '%qcache%;
SHOW GLOBAL STATUS;
SHOW VARIABLES;


FAQ

Fix privileges

mysql_fix_privi­lege_tables

mysqldump: out of memory

mysqldump -q


clean up mysql-bin

purge logs;
purge binary logs to 'mysql-bin.xxxyy';