📌  相关文章
📜  mysqldump:得到错误:1045:用户访问被拒绝 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:30.647000             🧑  作者: Mango

代码示例1
This worked for me

mysqldump -u root -p mydbscheme > mydbscheme_dump.sql
after issuing the command it asks for a password:

Enter password:
entering the password will make the dump file