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.