-
Setting Up phpMyAdmin Configuration Storage on a Synology DiskStation
Setting Up phpMyAdmin Configuration Storage: Import create_tables.sql from phpMyAdmin’s examples folder to MySQL. When upgrading from a previous phpMyAdmin installation then import upgrade_tables_mysql_4_1_2+.sql before importing create_tables.sql. Create user `pma` and grant access to the database `phpmyadmin` GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO ‘pma’@’localhost’; Uncomment phpMyAdmin configuration storage settings in config.inc.php/* /* Storage database […]