Answers for "mysqli_query(): (hy000/1034): index for table 'global_priv' is corrupt; try to repair it"

SQL
0

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

repair table DATABASENAME.TABLENAME use_frm;


I'm sure you know that you should change capitals with your storage 
preferences and backup before runing this command, don't you? :)

Source: David Malekahmadi
Posted by: Guest on May-12-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language