Posts

Showing posts from June, 2023

PHPMYAdmin Error: mysqli::query(): (HY000/1034): Index for table 'global_priv' is corrupt; try to repair it

Image
 If you facing the error in opening any MySQL database.  here are the steps to fix it. In localhost/phpmyadmin in Left Side you will see mysql   then click on global_priv  Finally, go to the Operations tab along the top and use the Repair link  4. Finally all error has been fixed successfully. You can check