Relative Content

Tag Archive for phpmyadminrootmamp-pro

phpMyAdmin error #1044 – Access denied for user ‘root’@’localhost’ to database ‘information_schema’

Problem I am trying to modify the information_schema db table INNODB_SYS_TABLES to remove one row, but I keep getting the following error: #1044 – Access denied for user ‘root’@’localhost’ to database ‘information_schema’ However, I am already logged in to phpMyAdmin as: root@localhost with ALL PRIVILEGES set: SELECT * FROM `USER_PRIVILEGES`: GRANTEE TABLE_CATALOG PRIVILEGE_TYPE IS_GRANTABLE ‘root’@’localhost’ […]