How to export or save database from MySQL Workbench to MySQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Darrel
Forum Commoner
Posts: 33
Joined: Fri Oct 10, 2014 2:30 am

How to export or save database from MySQL Workbench to MySQL

Post by Darrel »

How to export or save database from MySQL Workbench to MySQL Query Browser?

I'm working on a program and I need to connect it to a database. I also need to see the data coming in using the Query Browser. Help

Thanks in Advance
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to export or save database from MySQL Workbench to M

Post by Celauran »

MySQL Query Browser has been discontinued and superseded by MySQL Workbench. Moreover, these are just clients for connecting to MySQL servers, so talk of exporting from one to another doesn't make much sense.
Post Reply