How to Connect to MySQL in VS Code and Run SQL

Опубликовано: 17 Декабрь 2024
на канале: Database Star
928
39

📝 Get my free SQL Cheat Sheets: https://databasestar.mykajabi.com/lpk...
🎓 Master the SQL Fundamentals: https://databasestar.mykajabi.com/sql...

Are you running VS Code and want to connect to a MySQL database? You can do this within VS Code.

In this video, I'll show you how to install an extension, connect to a database, run some SQL, how to avoid common issues such as the "max idle time NaN" error, and how to create a database if you don't have one.


⏱ TIMESTAMPS:
00:00 - Install the extension
02:07 - Create a connection
05:25 - Create a new database
08:15 - Connect and run SQL