[root@bde root]# mysqladmin -u root -p create kaushal Enter password: mysqladmin: CREATE DATABASE failed; error: 'Access denied for user: 'root@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