Repairing a MySQL Table with repair and lock table Posted By : at 2008-05-08 13:43:00
When repairing a mysql table you may need to lock it and repair. To do that you need to use the following sequence. From the command line:. mysql> use ptsmail Database changed mysql> Lock table BlackList write; ...