码迷,mamicode.com
首页 > 数据库 > 详细

Mariadb 10.14 mysqldump error: 1049

时间:2020-06-14 18:43:19      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:cdata   conf   obj   makefile   nta   inline   net   sch   错误信息   

Mariadb 10.14 mysqldump error: 1049

Table of Contents

1 错误信息

执行表导出:

mysqldump -uroot -proot --tables test.a1 test.a2 > tables.sql
mysqldump: Got error: 1049: "Unknown database "test.a1" when selecting the database

2 解决方法

此时,我们需要使用 -B (–databases) 参数与–tables 配合使用

mysqldump -uroot -p -B test --tables a1 a2 > tables.sql

Author: halberd.lee

Created: 2020-06-14 Sun 17:57

Validate

Mariadb 10.14 mysqldump error: 1049

标签:cdata   conf   obj   makefile   nta   inline   net   sch   错误信息   

原文地址:https://www.cnblogs.com/halberd-lee/p/13125894.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!