Quote:
Originally posted by aus
I ran similar permissions on my machine (same MySQL version) and got access denied errors as well. I then tried to connect from another machine and got in.
|
Well, this is not the case for me. I tried to connect from remote machine, and I got the same result. I tried the code you suggested me, but it gave me no result. - I insist on the fact that I needed to restart the MySQL server daemon to get the problem.
I granted rights on a specific table of the database (recorded in tables_priv), but I didn't grant rights on the database itself specifically.
When I call the command "use Toucan", I though the server checks the mysql.db table, and if record is not found, then checks in mysql.tables_priv. It did in previous version. But now, it seems that it only checks the "mysql.db" table, so the granted rights I granted on EntreeTemps are ignored...