Salut
je creer un user avec cette commande:
GRANT USAGE
-> ON *.*
-> TO giminik@localhost
-> IDENTIFIED BY 'matthieu';
Query OK, 0 rows affected (0.01 sec)
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES
-> ON `giminik\_db`.*
-> TO giminik@localhost;
Query OK, 0 rows affected (0.00 sec)
mais lorsque je veux me connecter j'ai:
C:\Documents and Settings\Nazaire>mysql -u giminik -p
Enter password: ********
ERROR 1045 (28000): Access denied for user 'giminik'@'localhost' (using password
: YES)
comment faire?