root@debian:/home/venu# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
root@debian:/home/venu# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 47
Server version: 5.1.49-3 (Debian)
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> create database venu;
Query OK, 1 row affected (0.00 sec)
mysql>
After This i have gone to localhost system "http://localhost/drupal-6.22/install.php?profile=default&locale=en"
Database configuration
The following error must be resolved before you can continue the installation process:
Failed to connect to your MySQL database server. MySQL reports the following message: Access denied for user 'venu'@'localhost' (using password: NO).
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct database hostname?
* Are you sure that the database server is running?