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 Grant a MySQL user access to a database January 1, 2013 Backup Microsoft SQL Database Using T-SQL February 5, 2013 How to shrink a Microsoft SQL transaction log file January 26, 2012 admin Previous Post Disable remote root logins into MySQL Next Post Change the MySQL root password