MySQL: Difference between revisions
From DWIKI
m (→Documentation) |
m (→Documentation) |
||
Line 2: | Line 2: | ||
*[http://www.mysql.com/ Homepage] | *[http://www.mysql.com/ Homepage] | ||
*[http://dev.mysql.com/doc/ Documentation] | *[http://dev.mysql.com/doc/ Documentation] | ||
*[http://dev.mysql.com/doc/refman/5.1/en/tutorial.html MySQL Tutorial] | |||
*[http://www.pantz.org/database/mysql/mysqlcommands.shtml A collection of mysql commands] | *[http://www.pantz.org/database/mysql/mysqlcommands.shtml A collection of mysql commands] | ||
*[http://dev.mysql.com/doc/refman/5.0/en/c-api-functions.html MySQL C API Functions] | *[http://dev.mysql.com/doc/refman/5.0/en/c-api-functions.html MySQL C API Functions] |
Revision as of 20:47, 16 March 2008
Documentation
- Homepage
- Documentation
- MySQL Tutorial
- A collection of mysql commands
- MySQL C API Functions
- MySQL joins
- MySQL Replication
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