ERROR 1045 (28000):Access denied for user 'xxx'@'localhost'

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

ERROR 1045 (28000):Access denied for user 'xxx'@'localhost'

文章 yehlu »

yehlu@posmr:~$ mysql yyy -u xxx -p
Enter password:
ERROR 1045 (28000): Access denied for user 'xxx'@'localhost' (using password: YES)

原因是原權限表格有一筆
任何 localhost 否 USAGE
砍掉就好了

或是登入時加上 -h 127.0.0.1 應也可以
回覆文章

回到「MySQL」