mysqldump Got error: 1045
发布时间:2025-05-24 16:36:03
作者:益华网络
来源:undefined
浏览量(1)
点赞(1)
摘要:mysqldump执行时Got error: 1045: Access denied for user root@localhost (using password: YES) when trying to connect 我的解决是增加-h参数不再报错 /usr/local/mysql/bin/mysqldump -ut
mysqldump执行时Got error: 1045: Access denied for user root@localhost (using password: YES) when trying to connect
我的解决是增加-h参数不再报错
/usr/local/mysql/bin/mysqldump -utest -ptest -h192.168.1.100 --databases test >test20200113.sql
扫一扫,关注我们
声明:本文由【益华网络】编辑上传发布,转载此文章须经作者同意,并请附上出处【益华网络】及本页链接。如内容、图片有任何版权问题,请联系我们进行处理。
1