MySQL Client For Visual Studio Code
Project site: vscode-mysql
Features
While this plugin can connect to a MySQL 8.0 server, the newer authentication methods are not supported.
To change a user's authentication method to the older one supported by this plugin, run the following query:
alter user my_user@'%' identified with mysql_native_password by "myPassword";
Install from vscode marketplace vscode-mysql.
If you like this this extension, consider buying me a coffee. Thank you!
- Open MySQL Panel, then click the
+
button. - Input your connect info then click connect.
- In the MySQL Panel, click the
New Query
button. - This changes the active database.
- Now you can enjoy Intellisense for SQL code within the editor.
- Click Run Button or Press
F9
to Execute.
- Move to ant DatabaseNode or TableNode, backup/import options are listed in the context menu (right click to open).
OpenSetting -> extensions -> Mysql
- Find a suprise when you right click on a node.
- Sync table struct from diffrent connection.
- Fix Intetllisense sql.
- Better sql formatter.