phpMyAdmin reports 'No Privileges'

前端 未结 6 952
走了就别回头了
走了就别回头了 2021-01-17 12:36

Long story short, I ended up deleting the root user from PHPMyAdmin in EasyPHP. After some researching, I used skip-grant-tables to regain database access. Now, however, I

6条回答
  •  死守一世寂寞
    2021-01-17 13:22

    cHao and Andrew's answers solved the problem for me. I reset all permissions in the MySQL db, user table, to yes. All dbs then reappeared in phpMyAdmin, but I had no 'create db' privilege there. Cleared the phpMyAdmin cookie and even upgraded phpMyAdmin with no success. Then I went into the tmp/php directory and deleted a session file I found there (named sess + random ascii), and success!

提交回复
热议问题