Access Denied

Ankush Grover ankush174 at gmail.com
Fri Jun 9 08:51:12 UTC 2006


> [root at bde root]# mysqladmin -u root -p create kaushal
> Enter password:
> mysqladmin: CREATE DATABASE failed; error: 'Access denied for user:
> 'root at localhost' to database 'kaushal''
>
hey,

You can create the database from the mysql prompt

mysql>  create database kaushal;

I tried the same command on my system and there was no error

mysqladmin -u root -p create kaushal

and I checked the database was indeed created.

Did you supplied the correct password ?

Regards

Ankush Grover




More information about the fedora-list mailing list