MySQL: Difference between revisions

From DWIKI
mNo edit summary
Line 10: Line 10:
*[http://www.artfulsoftware.com/infotree/queries.php Common mysql queries]
*[http://www.artfulsoftware.com/infotree/queries.php Common mysql queries]
*[[MySQL Replication]]
*[[MySQL Replication]]
===Show syntax===
http://dev.mysql.com/doc/refman/5.1/en/show.html


===Tuning MySQL===
===Tuning MySQL===

Revision as of 13:53, 17 July 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