Reloading the MySQL priviledge tables April 15, 2012 Database, MySQL After making changes to MySQL permissions/user accounts, make sure you flush the provilege tables using the following command: FLUSH PRIVILEGES; This will make any changes take effect immediately. mysql You Might Also Like Restore MySQL Database on Linux January 25, 2013 'TRUNCATE_ONLY' is not a recognized BACKUP option in SQL 2008 January 27, 2012 Allowing remote connections to a MySQL server January 1, 2013 admin Previous Post Disable remote root logins into MySQL Next Post Change the MySQL root password