Bonjour, je viens d'installer mysql 4 sur ma SuSe et deja rien ne marche, voici les messages d'erreurs:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
linux:~ # su mysql
mysql@linux:/root> mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 4.1.13
 
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 
mysql> GRANT ALL PRIVILEGES ON *_* TO root@localhost IDENTIFIED BY PASSWORD  'mysql';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '_* TO root@localhost IDENTIFIED BY PASSWORD  'mysql'' at line 1
mysql> create database base1
    -> ;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'base1'
mysql>
Alors que puis je faire pour utiliser mon serveur mysql ?
Merci d'avance de vos aides

[Adjanakis] Merci de penser au tag