当前位置:网站首页>Two ways to create MySQL database
Two ways to create MySQL database
2022-07-26 04:39:00 【Guo Bao】
Mode one : Through the graphic interface (Navicat) Create
1、 First set up MySQL Database connection

2、 Then create a database


Mode two : adopt mysql Command line creation
1、 First, enter the following command line to mysql
mysql -uroot -pThen input mysql Connect the password

2、 Then display the current mysql All the databases in
show databases;
边栏推荐
- 1、 Basic introduction
- Throttling anti shake function of JS handwritten function
- Autocomplete prevents the form from automatically filling in
- [300 + selected interview questions from big companies continued to share] big data operation and maintenance sharp knife interview question column (VIII)
- "Game engine light in light out" 4. shader
- 2022杭电多校第二场 A.Static Query on Tree(树剖)
- Phaser (I): platform jumping collection game
- Compiled by egg serialize JS
- 2022河南萌新联赛第(三)场:河南大学 B - 逆序对计数
- 青少年创客教育的创意设计原理
猜你喜欢

滑动窗口——leetcode题解

解析Steam教育的课程设计测评体系

MySQL的优化分析及效率执行

快恢复二极管工作原理及使用

Ffmpeg video coding

人脸数据库收集总结

嵌入式实操----基于RT1170 FreeRTOS实现CPU使用率统计(二十四)

How does win11 set the theme color of the status bar? Win11 method of setting theme color of status bar

Codeforces Round #807 (Div. 2)

Wsl2 best practices, eliminate difficult xshell and finalshell
随机推荐
2022 Henan Mengxin League game (3): Henan University a - corn cannon
Codeforces Round #807 (Div. 2)
11、 Exception handler
Weights & biases (II)
Working principle and application of fast recovery diode
UE4 键盘控制开关灯
Kubernetes advanced training camp scheduler
2022河南萌新联赛第(三)场:河南大学 J - 神奇数字
十、拦截器
常函数const的学习
【300+精选大厂面试题持续分享】大数据运维尖刀面试题专栏(八)
2022河南萌新联赛第(三)场:河南大学 L - 合成游戏
MySQL的优化分析及效率执行
autocomplete禁止表单自动填充
9、 File upload and download
MySQL 执行失败的sql是否会计入慢查询?
数组排序1
旋转数组最小数字
Array sort 3
MySQL log classification: error log, binary log, query log, slow query log