当前位置:   article > 正文

mysqldump: [Warning] Using a password on the command line interface can be insecure.

python 编程 mysqldump: [warning] using a password on the command line interf

导出数据出现问题

mysqldump -uroot -p123456 timophp > timophp.sql

mysqldump: [Warning] Using a password on the command line interface can be insecure.

解决方案

vim /etc/my.cnf

[mysqldump] password=123456

mysqldump -uroot timophp > timophp.sql

转载于:https://my.oschina.net/tomener/blog/983477

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/671025
推荐阅读
相关标签
  

闽ICP备14008679号