2022-10-04

How to Fix “The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here.”

10/04/2022 11:41:00 AM Posted by Hoàng Dũng , , No comments

 This works with MariaDB. I assume it works with MySQL, but have not tried it.

Run this SQL in PHPMyAdmin with phpmyadmin selected:

GRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin.* TO 'pma'@'localhost'; FLUSH PRIVILEGES;

Note that this does not grant "ALL PRIVILEGES" because it is not necessary.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.