MySQL question

leagle

2002-02-23 09:09:00

I installed MySQL per the instruction on Marc Liyanage's wonderful site and everything seemed to go fine.

I want to create a new database named "BOOKMARKS" so i fire up the mysql app and type the following:
mysql> create database BOOKMARKS;

which returns this error:
ERROR 1044: Access denied for user: '@localhost' to database 'BOOKMARKS'

What am I missing? This looks like a permissions problem in MySQL, but I am not sure how to change them.

Thanks in advance,
leagle

p.s. if you need web hosting, try out forked.net. I signed up with them a few weeks ago and have been very happy.

[ February 23, 2002: Message edited by: leagle ]</p>

leagle

2002-02-24 08:59:00

I sorted it out. Seems I was putting a space between -p and my mysql pw.