skip to Main Content

I encountered a problem in my xampp phpmyadmin i search for it but didn’t find solution here is a screenshot of it.enter image description here

2

Answers


  1. run from the command line

    mysqlcheck -u root -p --auto-repair --check --all-databases
    

    this will check all databases, but it is better to check them all

    Login or Signup to reply.
  2. Hi I found a simple solution:

    1. Run XAMPP Web Server
    2. Go to Folderxamppmysqlbin
    3. Run mysql_upgrade.exe
    4. RESTART XAMP & ENJOY
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search