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 MSXML 6 error when installing SQL Server 2005 January 5, 2012 Optimize MySQL Table and Shrink the File Size January 4, 2013 Connecting to the Windows Internal Database (MICROSOFT##SSEE) January 5, 2012 admin Previous Post Disable remote root logins into MySQL Next Post Change the MySQL root password