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 List all Stored Procedures on a SQL Database January 23, 2012 What is the SQL transaction log file? January 25, 2012 Enable and Disable Triggers in Microsoft SQL Server November 30, 2012 admin Previous Post Disable remote root logins into MySQL Next Post Change the MySQL root password