mysql_time_date_tips
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mysql_time_date_tips [2022/08/26 16:41] – juckins | mysql_time_date_tips [2024/11/27 21:38] (current) – juckins | ||
---|---|---|---|
Line 22: | Line 22: | ||
__Checking for errors in all tables/ | __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 | mysqlcheck -c -u root -p --all-databases | ||
Line 29: | Line 33: | ||
mysqlcheck -r DATABASE_NAME -u root -p | mysqlcheck -r DATABASE_NAME -u root -p | ||
| | ||
- | | + | __Checking Size of Indexes__ |
+ | |||
+ | https:// |
mysql_time_date_tips.1661546518.txt.gz · Last modified: 2022/08/26 16:41 by juckins