Connect to MySQL Database and Run SQL Queries Using Visual Studio Code (2022) and MySQL Extension

preview_player
Показать описание
Connect to MySQL Server using vscode. Setup MySQL Connection in Visual Studio Code and Run SQL Queries using MySQL Management Tool extension. How to install and use MySQL Extension with Visual Studio Code. How to run SQL queries from Visual Studio Code. How to fix ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by server; consider upgrading mysql client. *******************************
*******************************
Create new MySQL user with old authentication method:
CREATE USER 'sqluser'@'%' IDENTIFIED WITH mysql_native_password BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'sqluser'@'%';
FLUSH PRIVILEGES;
********************************** .

***********************************

🔥 *Complete Udemy Courses* :

⬇️ *Free Document Proofreading* ⬇️
Рекомендации по теме
Комментарии
Автор

You saved my life. I was dealing with this error for about 2 hours and luckily I found your video. Thanks a lot. ❤❤

palizatparankimas
Автор

Thank you, I kid you not, I spent probably about 5 hrs trying to figure this out, thank you :)

CarlosCastro-ohqz
Автор

nice. there are very limited information available out there on how to properly connect VS 2022 or C++ to sql server.

rinony
Автор

So I was able to create a new user in the cmd but once I delete the old connection in vs code and add the newly made connection from the cmd, I’m still getting an error: er not supported auth mode…

cutieshortie
Автор

This is very very very best video for connecting SQL server database to visual studio code

ALLINONE-yubu
Автор

sir tysm!! this was exactly the help ive needed all day

katrinedelrosario
Автор

Gracias porque muchos solo muestras cuando se conecta pero no cuando hay un error Ni lo muestra solo que todo es perfecto para ellos Gracias por muestra las dos Causas

franciscocgerman
Автор

Thanks, good Sir, this one did the job for me. The other extensions I tried had no option to enter the path for the SSL certificate.

usoppgostoso
Автор

Can I use MySQL from vscode without installing MySQL community server ? I tried to install MySQL community server but the custom and other options shows initialising database ( may take too long ) error when i installed the MySQL community server.

anupriyabalasubramaian
Автор

i can't find MySQL folder in file explorer, what might be the reason?

prathmeshpawar
Автор

This is exactly what I needed! Thank you 😊

markebtaligon
Автор

Thank you very much, sir, much appreciated

yeabsiramesfin
Автор

still showing same error as before using the new user
what to do ?

jyotiranjanjena
Автор

Can I use this method to connect in Microsoft Visual Studio 2022?

jesimasyed
Автор

sir i was not existing the create user sqluser and password it come on error if it comes an error then what would we do

laughingmady
Автор

is there any way to go back on the orignal settings

surabh
Автор

while command grant all privileges it is showing no database selected. how to resolve it?

sarthakbhushan
Автор

Tell me how do you installed MySQL 8?
I need this setup please help me

sjmanoj
Автор

gotta try this out !! been so frustrated with the error : (

data_dreamer
Автор

does this process runs in windows 7 ultimate? I did all the steps but It is still error.

crlrc