目前使用的命令如下:
mysqldump -u root -h 127.0.0.1 --password=001 -p db > d:\dumpcd\db.sql
在bat文件中每执行到这一句都需要手动输入一下密码
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
去掉
-p
参数'-p' 等同于 '--password' 两中选用一种