Networking HowTos
Networking HowTos

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.

You Might Also Like