mysql> CREATE DATABASE TEST;
ERROR 1044 (42000): Access denied for user ”@’localhost’ to database ‘TEST’
Stop the mysqld daemon process by
$killall mysqld
Start the mysqld daemon process with the
$mysqld –skip-grant-tables option.
Start the mysql client with the
$mysql -u root option.
Execute the
mysql>UPDATE mysql.user SET Password=PASSWORD(‘password’) WHERE User=’root’; (say user can be abhishek and password can be abhishek)
Execute the command
mysql>FLUSH PRIVILEGES;
After this start the MySQL client by $ mysql -u root -p
Enter the newly set password and get down to the business.

hair restoration los angeles said
Hi there would you mind stating which blog platform you’re working with? I’m planning to start my own blog soon but I’m having a difficult time choosing between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your design seems different then most blogs and I’m looking for something completely unique. P.S My apologies for getting off-topic but I had to ask!