PMA Database … not OK in phpMyAdmin upgrade

前端 未结 6 1529
[愿得一人]
[愿得一人] 2020-12-29 04:14

I have just been wrangling with phpMyAdmin and MySQL server on my Win8 PC IIS localhost (there was no connection between these, which I think was due to MySQL service not st

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 04:27

    I have found that there is another cause for this issue. If when you create the pmauser for phpmyadmin to use, if you forget to assign that user rights to the schema that permit modifying the phpmyadmin database, you'll get the same messages. The good news is that if you've logged in with root or similar privileges, you can just allow the pmauser to have select, insert, delete on the phpmyadmin schema and the problem should be fixed.

提交回复
热议问题