当前位置:网站首页>DBA command
DBA command
2022-07-23 11:55:00 【Summer invasion bug planning】
DBA command
Export the data in the database
stay windows Of dos Command window :( Export the entire library )
mysqldump Database name >sql route -u user name -p password
stay windows Of dos Command window :( Export the specified table in the specified database )
mysqldump Database name Table name >sql route -u user name -p password
Import data
//1. Sign in mysql
//2. Create database
create database bjpowernode;
//3. Using a database
use bjpowernode;
//4. Import data
source sql File path ;
边栏推荐
猜你喜欢

NFT digital collection system development: Shenzhen Evening News "good times travel" digital collection online seconds chime
![[monitoring deployment practice] display the charts of Prometheus and loki+promtail based on granfana](/img/34/b7a05bff05e1d3a1daef4fb2b98a92.png)
[monitoring deployment practice] display the charts of Prometheus and loki+promtail based on granfana

UE4.24版本VR项目打包后,未出现手柄控制器
![[deployment] cluster deployment and startup of presto-server-0.261.tar.gz](/img/37/1185b2321b003a7793c8c37891008c.png)
[deployment] cluster deployment and startup of presto-server-0.261.tar.gz

uni原生插件开发--友盟一键登录

数仓4.0笔记---用户行为数据生成

Using dynamic programming to solve the longest growing subsequence problem

MySQL index

MySQL transaction rollback mechanism and principle

Development of digital collection system: Baidu AI pays tribute to Air China
随机推荐
分治与递归(练习题)
Internet communication
[pyautogui learning] screen coordinates and mouse scrolling
Websocket long connection
ChaosLibrary·UE4开坑笔记
使用makefile编译ninja
两个栈共用空间
第一阶段复习
Development of digital collection system: what are the main features of NFT?
UItextview的textViewDidChange的使用技巧
1. Know the database
NFT digital collection system development: Shenzhen Evening News "good times travel" digital collection online seconds chime
修改mysql的root密码
数仓4.0笔记——业务数据采集
[untitled]
Quartz2.2 simple scheduling job
Compilation principle - detailed explanation of syntax analysis
Wordcount of the first Flink program
Scala之二流程控制
[monitoring deployment practice] display the charts of Prometheus and loki+promtail based on granfana