mysqldump Error 1045 Access denied despite correct passwords etc

后端 未结 28 1173
执笔经年
执笔经年 2021-01-30 12:56

This is a tricky one, I have the following output:

mysqldump: Got error: 1045: Access denied for user \'root\'@\'localhost\' (using password: YES) when tr

28条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 13:05

    I just ran into this after a fresh install of MySQL 5.6.16.

    Oddly, it works without the password specified or flagged:

    mysqldump -u root myschema mytable > dump.sql

提交回复
热议问题