How To Connect MySQL To VsCode.. (For Windows)

Published: 09 September 2022
on channel: Jess-Inspired
19,802
178

Learn how to get mysql hooked to vscode and kill some bugs while you're at it👌🏾..

Install MySQL
🔗 https://dev.mysql/downloads/installer

Create User jess_i
CREATE USER IF NOT EXISTS jess_i@localhost IDENTIFIED BY 'password';

Grant All Privileges to Jess_i
GRANT ALL PRIVILEGES ON . TO 'jess_i'@'localhost';

Create User With Native Password Authentication
CREATE USER IF NOT EXISTS 'jess'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

Grant All Privileges to Jess
GRANT ALL PRIVILEGES ON . TO 'jess'@'localhost';

🔗 Hi there🙂👋🏽, Connect with me on LinkedIn
  / jesse-braide-4a2235243  


Watch video How To Connect MySQL To VsCode.. (For Windows) online without registration, duration hours minute second in high quality. This video was added by user Jess-Inspired 09 September 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 19,802 once and liked it 178 people.