Posts

Showing posts from 2023

How to turn off form autocompletion and autofill in HTML form

Image
 < form method =" post " action =" /form " autocomplete =" off "> < input type =" text " name =" email " value =""/> < input autocomplete =" new-password " type =" password " name =" password " value ="" /> </ form > Before:  After:  Enjoy Now 😜😋

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