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 Set the order of SQL triggers February 8, 2012 Automatically shrink database files in Microsoft SQL 2008 May 13, 2013 Change the MySQL root password April 15, 2012 admin Previous Post Disable remote root logins into MySQL Next Post Change the MySQL root password