[Ilugc] [OT]: some problem with creating user with mysql

  • From: bhuvaneswaran@xxxxxxxxx (Bhuvaneswaran A)
  • Date: Fri Jul 1 18:16:41 2005

[rajagopal@ramak3 ~]$ mysql -u biowareuser -p bioware
Enter password:
ERROR 1045: Access denied for user: 'biowareuser@localhost' (Using password:
YES)

It seems you have not set the password for biowareuser. 

mysql> grant all privileges on  *.* to 'biowareuser'@'localhost'
identified by 'bioware';

The above command would grant all privileges to that user when he logs
in from localhost. It would set his passoword as well. For further
details please refer mysql documentation.

-- 
Regards,
Bhuvaneswaran A

Other related posts: