Bonjour.
Je suis sous debian linux, j'ai fait mysql
j'ai créé un base de données:
maintenant, je veux créer une tableCode:
1
2
3
4 CREATE DATABASE gestion; GRANT ALL ON gestion TO root@localhost IDENTIFIED BY "test"; GRANT ALL ON gestion TO etienne@localhost IDENTIFIED BY "etg76";
Code:
1
2
3
4
5 Create Table Formation { id integer auto_increment PRIMARY KEY, nom char(64) default NULL, idcentre integer, } type=BDB;
Je comprends pas le problème, là.Citation:
Envoyé par mysql
merci d'avance.