2015年4月18日 星期六

mysql Access denied for user

 http://stackoverflow.com/questions/22508922/java-sql-sqlexception-access-denied-for-user-rootlocalhost-using-password

Access denied for user 'suntone'@'localhost' (using password: YES

sol:

GRANT ALL PRIVILEGES ON *.* TO 'suntone'@'localhost' IDENTIFIED BY 'suntone' WITH GRANT OPTION;

沒有留言:

張貼留言