Hi,
ich leg ihn frisch an:
CREATE USER 'testperson'@'localhost' IDENTIFIED BY 'tester';
und wenn ich dann einen "SHOW GRANTS FOR 'testperson'@'localhost'" ausführe, krieg ich folgendes:
GRANT USAGE ON *.* TO 'testperson'@'localhost' IDENTIFIED BY PASSWORD '*22CBF14EBDE8814586FF12332FA2B6023A7603BB'
http://dev.mysql.com/doc/refman/5.1/en/privileges-provided.html#priv_usage:
“The USAGE privilege specifier stands for “no privileges.” It is used at the global level with GRANT to modify account attributes such as resource limits or SSL characteristics without affecting existing account privileges.”
wenn ich mich mit dem Benutzer per PHPMyAdmin einlogge, dann darf er aber trotzdem in alle Datenbanken/Tabellen rein schauen...
Dann hatte er diese Rechte vermutlich schon vorher, als beim Erstellen vergebene Defaults.
MfG ChrisB
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?