您的位置:首页 > 其它

cmd命令行下 Warning: Using a password on the command line interface can be insecure.

2014-11-04 14:54 549 查看
手动备份数据库(表的)方法

cmd控制台:

mysqldump –uroot –proot 数据库 [表名1 表名2..] > 文件路径

Warning: Using a password on the command line interface can be insecure.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐