mysql - 当我在 vscode 中通过 sql toos 连接 mysql 时看不到数据库中的表

标签 mysql visual-studio-code sqltools

当我使用 vscode 扩展 SQL_tools 连接我本地的 Mysql 数据库时,连接成功,但是我看不到已经存储在我的数据库中的表,问题是“Running the contributed command: 'sqltools. getChildrenForTreeItem' failed.",如何处理?

the issue apprear in the right corner of vscode

最佳答案

我是因为 caching_sha2_password。看看这个帖子能不能帮到你:https://stackoverflow.com/a/50131831/15269357

我也遇到了同样的问题,我是这样解决的

关于mysql - 当我在 vscode 中通过 sql toos 连接 mysql 时看不到数据库中的表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66184531/

相关文章:

php - 在 echo 中正确使用 If 语句?

sql - 如何根据时间戳连接两个表(有几秒的差异)?

mysql - 使用 HSQLDB sqltool 探索 MySQL 文件

visual-studio-code - 如何在 VSCode 中通过热键显示错误/警告?

Golang VSCode 配置最佳设置

python - 无法获取执行结果(SQL-Tools)

mysql - 大数据或关系数据库(如 MySQL 集群)?

mysql - Nginx Php5-fpm 配置在 Maverisks 上不起作用

php - 从表单接收数据时自动增加MySQL中的主键

visual-studio-code - VSCode : How to generate custom task input options from a command?