how to export and load mysql database in vscode sqltools extension

1.5k Views Asked by At

I'm using Apache2.4 as my server, php8.1, and sqltools extension in vscode. I wonder how can I export and import/load mysql database from and to another device and set it up on sqltools, so that I can connect it to my php code Should I also export/import the connection so that I'm able to use the mysql database?

I received a .json and .session.sql file, are those 2 files enough for me to load the database in my sqltools now?

0

There are 0 best solutions below