vscode 下使用mysql

vscode 下使用mysql

      • 平台
      • 软件
      • 安装与环境配置
      • vscode 插件
      • 注意事项
      • vscode连接mysql
      • 参考博客

平台

  • windows

软件

  • vscode
  • mysql8.0

安装与环境配置

  • mysql安装
  • 环境变量配置

vscode 插件

  • MySQL
  • MySQL Syntax

注意事项

  • 修改密码的加密方式
 alter user 'root'@'localhost' identified with mysql_native_password by '654321';

其中’654321’ 为你的密码或者要修改为的密码

  • 刷新
flush privileges;

在这里插入图片描述

vscode连接mysql

  • 安装完Mysql插件后

vscode 下使用mysql_第1张图片
vscode 下使用mysql_第2张图片

  • 右击数据库可添加查询

vscode 下使用mysql_第3张图片

  • 运行案例

vscode 下使用mysql_第4张图片

参考博客

navicate连接MySQL出现报错client does not support authentication protocol requested by server consider …
使用 Visual Studio Code 链接 MySql 数据库并进行查询

你可能感兴趣的:(mysql,vscode,mysql,vscode)