MySQL: Difference between revisions
From DWIKI
m (→Documentation) |
mNo edit summary |
||
Line 7: | Line 7: | ||
*[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] | ||
*[http://www.tizag.com/mysqlTutorial/mysqljoins.php MySQL joins] | *[http://www.tizag.com/mysqlTutorial/mysqljoins.php MySQL joins] | ||
*[http://forge.mysql.com/wiki/Main_Page MySQLForge Wiki] | |||
*[[MySQL Replication]] | *[[MySQL Replication]] | ||
Revision as of 20:57, 16 March 2008
Documentation
- Homepage
- Documentation
- MySQL Tutorial
- MySQL Cheat Sheet
- A collection of mysql commands
- MySQL C API Functions
- MySQL joins
- MySQLForge Wiki
- 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