当前位置:网站首页>使用VsCode配置MySQL实现连接、查询、等功能
使用VsCode配置MySQL实现连接、查询、等功能
2022-07-29 06:29:00 【m0_67400972】
场景:
使用VsCode配置MySQL实现连接、查询、等功能(mrx)
步骤:
打开vscode左边的拓展栏

1.搜索MySQL、MySQL Syntax两个插件,并安装;


2.安装完后,打开vs code左侧的资源管理器,会出现MySQL,单击+号,添加连接;

3.会依次出现host、user、password、port、最后一个可忽略;host对应ip地址或者localhost,user对应用户(如果输入root需要root开放远程连接权限),password对应密码,port对应端口(3306),每一项输入完按回车即可。

4.选择数据库,右击,下拉菜单选择 New Query

5.写好sql语句,在脚本文件窗口右击,选择run mysql quary选项或者快捷键ctrl+alt+e;

边栏推荐
- Overview of database system
- Sword finger offer II 115: reconstruction sequence
- Google fragmented notes JWT (Draft)
- 上采样之反卷积操作
- ECCV 2022 lightweight model frame Parc net press apple mobilevit code and paper Download
- 【C语言刷LeetCode】2332. 坐上公交的最晚时间(M)
- Windows 上 php 7.4 连接 oracle 配置
- Teacher wangshuyao's notes on operations research 03 KKT theorem
- H3C_利用设置缺省静态路由优先级实现出口双线路的主备功能
- IO stream - file - properties
猜你喜欢
随机推荐
Leetcode-592: fraction addition and subtraction
Teacher wangshuyao's notes on operations research 04 fundamentals of linear algebra
IO流 - File - properties
WPF嵌套布局案例
vim文本编辑器的一些使用小技巧
Teacher wangshuyao's notes on operations research course 08 linear programming and simplex method (simplex method)
Teacher wangshuyao's notes on operations research 03 KKT theorem
gin 服务退出
Thread - thread safety - thread optimization
gin 模版
Implementation of book borrowing management system based on C language
【C语言刷LeetCode】2332. 坐上公交的最晚时间(M)
Dbasql interview questions
Flink实时仓库-DWD层(kafka-关联mysql的lookup join)模板代码
Vscode remote debugging PHP solution through remotessh and Xdebug
Record - step on the pit - real-time data warehouse development - doris/pg/flink
Teacher wangshuyao's notes on operations research 05 linear programming and simplex method (concept, modeling, standard type)
Teacher wangshuyao's notes on operations research course 10 linear programming and simplex method (discussion on detection number and degradation)
leetcode-592:分数加减运算
Thread synchronization - producers and consumers, tortoise and rabbit race, dual thread printing









