Access Denied after upgrade to 5.0.15
Hi,
the grant tables (the tables in the mysql database) are read in the
following cases:
* when you start the server
* when you run a CREATE USER, DROP USER, GRANT or REVOKE command
* when you run a FLUSH PRIVILEGES command
If you replace the data files while the server is running (which is not
recommanded, however, it shouldn't make problems if you are the only user
and no one reads from the tables while you copy the data), the server
doesn't re-read the grant tables, so the old privileges should still be in
place, until one of the mentioned three actions happen.
Markus
|