当前位置:网站首页>MySQL imports and exports multiple libraries at one time
MySQL imports and exports multiple libraries at one time
2022-06-13 03:15:00 【wks19891215】
mysql -e "show databases;" -h xxx -u xxx -p xxx | grep -v "xx" | grep "yy" | xargs mysqldump -h xxx -ugaia_user -pxxx --databases > xxx.sql
export :
mysql -u root -p123 < xxx.sql
Streaming data : mysqldump -u root -p database_name | mysql -h other-host.com database_name
边栏推荐
- IOS development internal volume interview questions
- Es and kibana deployment and setup
- Detailed explanation of curl command
- Linked list: the first coincident node of two linked lists
- Least recently used cache (source force deduction)
- Code d'initialisation de l'arbre binaire
- Mongodb index -index
- How to become a technological bull -- from the bull man
- JS merge multiple string arrays to maintain the original order and remove duplicates
- A personal understanding of interpreted and compiled languages
猜你喜欢
Review notes of RS data communication foundation STP
Unified scheduling and management of dataX tasks through web ETL
Linked list: palindrome linked list
Keil removes annoying st link update tips
[JVM series 8] overview of JVM knowledge points
Scala implements workcount
[JVM Series 5] JVM tuning instance
2-year experience summary to tell you how to do a good job in project management
技术博客,经验分享宝典
This article takes you to learn DDD, basic introduction
随机推荐
Ijkplayer source code - setting options
C method parameter: params
Keil去掉烦人的ST-Link更新提示
Technology blog, a treasure trove of experience sharing
. Net compact Framework2.0 wince intelligent device development project experience sharing Net drag space advanced
Wechat applet obtains the current location (startlocationupdate, onlocationchange, offlocationchange)
Use and arrangement of wechat applet coordinate position interface (I)
Differences between XAML and XML
[JVM Series 2] runtime data area
Detailed explanation of curl command
Use of interceptors webmvcconfigurer
Delete the number of a range in the linked list
Control scanner in Delphi
Install MySQL database
Level II C preparation -- basic concepts of program design
Personal understanding of grammar sugar
Stack information, GC statistics
DDL operation table
【 enregistrement pytorch】 paramètre et tampon des variables pytorch. Self. Register Buffer (), self. Register Paramètre ()
mysql索引