当前位置:网站首页>Use vscode to configure Mysql to realize connection, query, and other functions
Use vscode to configure Mysql to realize connection, query, and other functions
2022-07-29 07:11:00 【m0_ sixty-seven million four hundred thousand nine hundred and 】
scene :
Use VsCode To configure MySQL Connect 、 Inquire about 、 And so on (mrx)
step :
open vscode Expansion bar on the left

1. Search for MySQL、MySQL Syntax Two plug-ins , And install ;


2. After the installation , open vs code The Explorer on the left , There will be MySQL, single click + Number , Add connection ;

3. Will appear in turn host、user、password、port、 The last one can be ignored ;host Corresponding ip Address or localhost,user Corresponding to the user ( If input root need root Open remote connection permissions ),password Corresponding password ,port Corresponding port (3306), Press enter after each entry .

4. Select database , Right click , Drop down menu selection New Query

5. Write well sql sentence , Right click... In the script file window , choice run mysql quary Options or shortcuts ctrl+alt+e;

边栏推荐
- pytest合集(7)— 参数化
- dba
- Teacher wangshuyao's notes on operations research 05 linear programming and simplex method (concept, modeling, standard type)
- vagrant box 集群 处理
- Win11vmware turns on the virtual machine and restarts on the blue screen and the solution that cannot be started
- spark学习笔记(七)——sparkcore核心编程-RDD序列化/依赖关系/持久化/分区器/累加器/广播变量
- Teacher wangshuyao's notes on operations research 06 linear programming and simplex method (geometric significance)
- 模拟卷Leetcode【普通】172. 阶乘后的零
- gin 服务退出
- Teacher Wu Enda's machine learning course notes 00 are written in the front
猜你喜欢
随机推荐
1172. 餐盘栈 有序列表+栈
Flink实时仓库-DWD层(下单-多张表实现join操作)模板代码
WPF 界面布局必知基础
Pod基本介绍
Simulation volume leetcode [ordinary] 172. Zero after factorial
MutationObserver文档学习
Hj37 statistics of the total number of rabbits per month Fibonacci series
Unity发送Post请求给GoLang服务端解析并返回
线程同步—— 生产者与消费者、龟兔赛跑、双线程打印
后缀自动机(SAM)讲解 + Luogu p3804【模板】后缀自动机 (SAM)
Teacher wangshuyao's notes on operations research 05 linear programming and simplex method (concept, modeling, standard type)
模拟卷Leetcode【普通】093. 复原 IP 地址
Simulation volume leetcode [normal] 222. number of nodes of complete binary tree
MySQL 高级(进阶) SQL 语句 (一)
Unity exploration plot access design analysis & process + code specific implementation
Federal learning backdoor attack summary (2019-2022)
Windows 上 php 7.4 连接 oracle 配置
npm install 时,卡住不动,五种解决方法
Simulation volume leetcode [general] 150. evaluation of inverse Polish expression
ETL为什么经常变成ELT甚至LET?









