Can PhpStorm dump a MySQL database into a sql file? -


I know that PhpStorm can connect to a database and work with it. Is it possible to export the database to a myDb.sql file with phpstorm?

As far as I know, you can export data from the table

<
  • Li>

    Comments