MySQL Forums
Forum List  »  Newbie

Re: Error 2003
Posted by: Byron Hampton
Date: October 31, 2004 02:54AM

Hello folks,

I recently installed MySQL on Windows XP service pack 2. I was trying to create a database using the command line. I wanted to know what I have done wrong on MySQL command line. Any solutions or suggestions to this real issues.



Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

H:\Documents and Settings\Byron Hampton>cd ..

H:\Documents and Settings>cd ..

H:\>cd mysql

H:\mysql>cd bin

H:\mysql\bin>mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8 to server version: 4.0.21-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> CREATE DATABASE PlantCo;
ERROR 1044: Access denied for user: '@localhost' to database 'plantco'
mysql>

Options: ReplyQuote


Subject
Written By
Posted
October 30, 2004 05:21PM
Re: Error 2003
October 31, 2004 02:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.