Chen WeiJian
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
13 additions and
10 deletions
-
README.md
|
|
@ -22,6 +22,16 @@ MySQL Client For Visual Studio Code |
|
|
|
- [RoadMap](#roadmap) |
|
|
|
- [Sponsor](#sponsor) |
|
|
|
|
|
|
|
## Regarding MySQL 8.0 support |
|
|
|
|
|
|
|
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: |
|
|
|
|
|
|
|
```sql |
|
|
|
alter user my_user@'%' identified with mysql_native_password by "myPassword"; |
|
|
|
``` |
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
Install from vscode marketplace [vscode-mysql](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-mysql-client2). |
|
|
@ -76,21 +86,14 @@ OpenSetting -> extensions -> Mysql |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
## Regarding MySQL 8.0 support |
|
|
|
|
|
|
|
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: |
|
|
|
|
|
|
|
```sql |
|
|
|
alter user my_user@'%' identified with mysql_native_password by "myPassword"; |
|
|
|
``` |
|
|
|
|
|
|
|
## RoadMap |
|
|
|
- Sync table struct from diffrent connection. |
|
|
|
- Fix Intetllisense sql. |
|
|
|
- Better sql formatter. |
|
|
|
|
|
|
|
## Filter |
|
|
|
 |
|
|
|
|
|
|
|
## Sponsor |
|
|
|
- [Jetbrains](https://www.jetbrains.com/) |
|
|
|
|