网站图片处理方案,百度推广账户优化方案,百度app内打开,app网络开发公司第一步 #xff0c;进入mysql窗口锁住数据库#xff08;不锁的可以只执行第二步#xff09;#xff1a;
use dbName-- 使用xx数据库flush tables with read lock; -- 锁住数据库。第二步#xff1a;打开cmd窗口#xff0c;或者liunx命令行窗口
C:\Users\Usermysqld…第一步 进入mysql窗口锁住数据库不锁的可以只执行第二步
use dbName-- 使用xx数据库flush tables with read lock; -- 锁住数据库。第二步打开cmd窗口或者liunx命令行窗口
C:\Users\Usermysqldump -h 192.168.231.35 -uroot -proot dbNamed:/dbName.sql
--下面这句话是提醒你密码是明文不过不影响你的输出现在去D盘更目录找你的备份sql了。
mysqldump: [Warning] Using a password on the command line interface can be insecure.第三步回到数据库命令窗口解锁
unlock tables;访问二快照方式推荐
mysqldump --single-transaction -h 192.168.231.35 -uroot -proot malld:/mall.sql