docker容器mysql挂载后怎么备份

时间:2024-10-14 05:39:34

1、查看当前启动的mysql运行容器的命令

docker容器mysql挂载后怎么备份

3、只导数据不导结构的使用命令: mysqldump -t 数据库名 -uroot -p > xxx.sql 

docker容器mysql挂载后怎么备份

5、导出特定釉涑杵抑表的结构的使用命令:mysqldump -uroot -p -B 数据库名 --table 表名 > xxx.sql

docker容器mysql挂载后怎么备份docker容器mysql挂载后怎么备份
© 2025 一点知道
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com