当前位置:网站首页>How will Import SQL file into MySQL
How will Import SQL file into MySQL
2022-07-22 00:48:00 【He Qiang Bangbang】
First of all 、 Get into mysql database : stay cmd Input in mysql -u root -p
Then input password
second 、 Create a new database ( It can be the same as the name of the library you want to import )
create database test_db;
Third 、 Enter the established empty database test_db:use test_db;
Fourth 、source + .sql File path :source C:\Users\Administrator\Desktop\Msq note \test_db.sql;
The fifth 、 View the table of the library , It was found that the import was successful show tables;
边栏推荐
- C#/VB. Net to add multi line text watermark to word document
- Oracle VM VirtualBox NAT网络ping不通
- Scala installation
- [natural language processing and text analysis] introduce the text mining methodology with two project cases.
- 如何使用具名插槽
- Uniapp usage chart
- 原生小程序使用 vant-weapp 引入
- 技术的“核心引擎”
- H5 realize official account login
- PC端口占用解除
猜你喜欢
PC端口占用解除
[natural language processing and text analysis] unstructured text to structured data. BP neural network, back propagation neural network, the underlying principle of neural network optimization, gradi
Remove # from the path of uniapp access, and 404 appears
原生小程序使用 vant-weapp 引入
Data visualization Chapter 4 answers
Scala installation
同组“高龄”员工被辞退,互联网中年危机真的有那么夸张吗?
小程序 如何上传多张图片
mysql统计表的列数
云原生与低代码平台成就敏捷企业
随机推荐
结构化设计SD
scrapy 直接输出json文件
H5 realize official account login
Typora的下载及MarkDown使用
Event chain, event proxy, page rendering process, style operation, anti shake and throttling [DOM (IV)]
11种免费获取SSL证书的方式
How to exit the applet and re-enter the latest version
Comment les applets utilisent la barre de navigation personnalisée
Request consolidation (batch) in high concurrency scenarios
原生小程序使用经纬度解析地址
Use of forkjoin
Draw the corresponding rectangular box on the picture according to the returned picture and coordinates
Sparksql experiment
Mobile app capture tool mobile selenium - appium, mitmdump mobile capture
[feature learning] use association rules and neural networks to establish new features
高并发场景下请求合并(批量)
Uniapp usage chart
the volume for a file has been externally altered so that the opened file is no longer valid
TypeScript(二)
小程序分享如何传递参数