使用mysqldump出现问题
使用mysqldump出现问题,有没有朋友可以帮帮忙
D:\Program Files\MySQL\MySQL Server 5.1\bin>mysqldump -u root - p players_messag
e > name.sql;
mysqldump: Got error: 1045: Access denied for user 'root'@'localhost' (using pas
sword: NO) when trying to connect
为什么会无法连接呢?