Working with MySQL
MySQL, SQL Server and others are all common transactional database systems. VS Code has extensions for most of these. In this exercise, you'll connect to a MySQL database, execute queries and view the results in VS Code.
Connect to the "mysql" container with the MySQL extension
username: root
password: example
Execute the queries in the "mysql.sql" file
View the query results
Last updated
Was this helpful?