Kaushal Shriyan schrieb:
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

Below are the details

[EMAIL PROTECTED] root]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 17 to server version: 3.23.54

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

mysql> exit
Bye
[EMAIL PROTECTED] root]# mysqladmin -u root -p create kaushal
Enter password:
mysqladmin: CREATE DATABASE failed; error: 'Access denied for user:
'[EMAIL PROTECTED]' to database 'kaushal''

Any Clue will be really appreciated

Thanks

Kaushal
does the user root has create privileges?

Is mysql installed as an other user than mysql?

is the folder mysql also with mysql:mysql privileges?
--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to