Re: createing database

2001-10-30 Thread Carl Troein
Franck Collineau writes: > I have read the manual again. > I can connect as root (i type: mysql -u root -p then password and i have the > prompt) > > But when i type: mysql --user=root mysql > i have the message: > ERROR 1045: Access denied for user: 'root@localhost' (using password NO) mysql

RE: createing database

2001-10-29 Thread massey
-Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Envoyé : lundi 29 octobre 2001 17:23 > À : [EMAIL PROTECTED] > Objet : Re: createing database > > > You need to setup your permisions in MySQL. Look in the MySQL reference > material on how

Re: createing database

2001-10-29 Thread Carl Troein
COLLINEAU Franck FTRD/DMI/TAM writes: > I have read the manual. > > I don't understand because when i type: SELECT VERSION(), CURRENT_DATE; > it's OK, the server answer to me!! > > > > I have the error message: > > ERROR 1044: Access denied for user: '@localhost' to database 'menagerie' If yo

Re: createing database

2001-10-29 Thread massey
You need to setup your permisions in MySQL. Look in the MySQL reference material on how to setup users and permisions. M;) > Hi! > > I have the mysql prompt. > mysql> > > I type : > > mysql> CREATE DATABASE menagerie; > > I have the error message: > ERROR 1044: Access denied for user: '@localho