reset password
Author Message
xliu15
Posts: 24
Posted 15:41 Mar 05, 2012 |

I got following error message when I tried to access mysql on cs3. Is it because I changed my cs3 user account password? 

$ mysql user
ERROR 1045 (28000): Access denied for user 'cs320stu29'@'localhost' (using password: NO)

cysun
Posts: 2935
Posted 15:55 Mar 05, 2012 |

The command syntax is wrong. It should be something like "mysql -p". Please read the MySQL section of the CS3 server information carefully.