Hallo!
GRANT ALL ON db1.* TO thomas@'192.168.101.%' IDENTIFIED BY 'thomas' WITH GRANT OPTION;
Versuche mal:
GRANT ALL ON db1.* TO 'thomas'@'192.168.101.%' IDENTIFIED BY 'thomas' WITH GRANT OPTION;
Error: 1044 - Access denied for user: 'thomas@192.168.101.25' to database 'mysql'
Hast Du mal geschaut, ob der User 'thomas' in der Tabelle "user" steht? Steht in der Spalte "Grant_priv" ein Y oder N?
Ich hatte glaube auch mal eine garstige Version. Ich habe dann den MySQL-Server neu gestartet.
MfG, André Laugks
L-Andre @ gmx.de