Access Denied

Jeff Vian jvian10 at charter.net
Fri Jun 9 20:04:45 UTC 2006


On Fri, 2006-06-09 at 13:36 +0100, Simon Andrews wrote:
> Kaushal Shriyan wrote:
> > Hi ALL
> > 
> > I am faced with a issue of creating database , The issue is I am able
> > to enter to the MySQL Server with the password, but when i try to
> > create database I get Access Denied
> 
> > [root at bde root]# mysqladmin -u root -p create kaushal
> 
> You can't create databases using the mysql client like that.  Man mysql 
> will tell you that the command line syntax is:
> 
> mysql [options] db_name
> 
> ..so it's taking the last argument (kaushal) as the name of the database 
>   you want to connect to, and then throwing an error because it doesn't 
> exist.
> 
> To create a database from the command line use mysqladmin instead.
> 
> mysqladmin -u root -p create kaushal
> 
And this differs from his command line above HOW?????

> Simon.
> 




More information about the fedora-list mailing list