formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
222 stars 60 forks source link

Does this extenstion support MySQL 8? #69

Closed kameshkotwani closed 2 years ago

kameshkotwani commented 6 years ago

I am running SQL query but It says no database selected. ERR_NO_DB. I have selected the database many times, the selection query runs, but when I run query for the table it says NO DATABASE SELECTED. Please help me fix it.

kameshkotwani commented 6 years ago

MySQL

advers222 commented 5 years ago

You need select database, right-click and select "New query". DB will be selected.