mysql_time_date_tips
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mysql_time_date_tips [2010/10/12 12:28] – created juckins | mysql_time_date_tips [2024/11/27 21:38] (current) – juckins | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== MySQL Tips ==== | ||
| + | |||
| + | __SELECT and JOIN__ | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | __Time/ | ||
| + | |||
| [[http:// | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | __Performance__ | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | __Checking for errors in all tables/ | ||
| + | |||
| + | * In phpMyAdmin, select database and then check the table you want to investigate. | ||
| + | |||
| + | Alternately: | ||
| + | |||
| + | mysqlcheck -c -u root -p --all-databases | ||
| + | | ||
| + | __Repair a database__ | ||
| + | |||
| + | mysqlcheck -r DATABASE_NAME -u root -p | ||
| + | | ||
| + | __Checking Size of Indexes__ | ||
| + | |||
| + | https:// | ||
| + | |||
mysql_time_date_tips.1286900888.txt.gz · Last modified: by juckins
