当前位置:网站首页>创建MySQL数据库的两种方式
创建MySQL数据库的两种方式
2022-07-26 04:37:00 【郭宝】
方式一:通过图形界面(Navicat)进行创建
1、首先建立MySQL数据库连接

2、 然后创建一个数据库


方式二:通过mysql 命令行创建
1、首先通过如下命令行进入到mysql
mysql -uroot -p然后输入mysql连接密码

2、然后通过如下命令显示当前mysql中所有的数据库
show databases;
边栏推荐
- NFT的几种发行方式你都了解过吗?不同的发行方式有什么优缺点?
- 7、 Restful
- TIA botu WinCC Pro controls the display and hiding of layers through scripts
- MySQL usage
- 建设面向青少年的创客教育实验室
- clock_ gettime
- Solve the error string value: '\xf0\x9f\x98\xad',... 'for column' commentcontent 'at row 1
- Keil V5 installation and use
- Fill in the vacancy, and fill in later
- MySQL only checks the reasons for the slow execution of one line statements
猜你喜欢

第三篇如何使用SourceTree提交代码

Postman 导入curl 、导出成curl、导出成对应语言代码

机器学习之信用卡欺诈检测

建设面向青少年的创客教育实验室

Several methods of realizing high-low byte or high-low word exchange in TIA botu s7-1200

Keil V5 installation and use

IEC61131 数据类型与 C#数据类型的对应

Ffmpeg video coding

UE4 靠近物体时显示文字,远离时文字消失

UE4 switching of control rights of multiple roles
随机推荐
第三篇如何使用SourceTree提交代码
Autocomplete prevents the form from automatically filling in
Low cost, fast and efficient construction of digital collection app and H5 system, professional development of scallop technology is more assured!
Recursive implementation of exponential enumeration
【UOJ 429】串串划分(Runs)(容斥)+ 有关 Lyndon Tree 及其应用的小小记录
Solve the error string value: '\xf0\x9f\x98\xad',... 'for column' commentcontent 'at row 1
Compiled by egg serialize TS
MapReduce中分区数与ReduceTask个数关系比较
[enterprise micro procedure]
青少年创客教育的创意设计原理
Steam science education endows classroom teaching with creativity
Kubernetes advanced training camp scheduler
User defined type details
Is this my vs not connected to the database
Codeforces Round #807 (Div. 2)
十一、异常处理器
The difference between positive samples, negative samples, simple samples and difficult samples in deep learning (simple and easy to understand)
软考回顾及计划
MySQL usage
自动化测试框架该如何搭建?