I have a database error what is the easiest way to fix mysyql error a table is corrupt or something, a root command or what is not too complex please. Thank in advance.
If it is a MyISAM table that is corrupt then log into phpMyAdmin and then select the table, run the repair command on that table. That will usually fix corrupted MyISAM tables.