export database (multiple tables)

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
vkimura
Posts: 41
Joined: Sat 21 Feb 2009 08:56
Location: Vancouver, BC, Canada

export database (multiple tables)

Post by vkimura » Wed 25 Aug 2010 16:20

Hi,

Just two questions:

1) How do I export a database (i.e. multiple tables) and the data?

2) When I click on the Help to try and search for the help documents nothing happens. How can I download the help files for the dbForge MySQL?

Thank you,
Victor

Viktor
Devart Team
Posts: 68
Joined: Thu 06 May 2010 08:12

Post by Viktor » Thu 26 Aug 2010 16:47

1) How do I export a database (i.e. multiple tables) and the data?
Use Database Backup Wizard to backup your databases or single tables.
You can access Database Backup Wizard by choosing Backup Database from the Database menu or by right-clicking on database in Database Explorer and choosing Backup Database from the Backup and Restore submenu of the popup menu.
2) When I click on the Help to try and search for the help documents nothing happens. How can I download the help files for the dbForge MySQL?

You can find chm help file in the folder where application installed.
C:\Program Files\Devart\dbForge Studio for MySQL\StudioMySql.chm

vkimura
Posts: 41
Joined: Sat 21 Feb 2009 08:56
Location: Vancouver, BC, Canada

I don't see the Database Backup

Post by vkimura » Thu 26 Aug 2010 23:04

Hi Viktor,

I don't see it. I took snapshots of what I have:

http://blog.tutorialref.com/mysql/dbfor ... 2-218.html

Viktor
Devart Team
Posts: 68
Joined: Thu 06 May 2010 08:12

Post by Viktor » Fri 27 Aug 2010 08:09

You are using an old version where names of menu items differ.
1) How do I export a database (i.e. multiple tables) and the data?
Use Schema Export Wizard to export your databases or single tables. You can access Schema Export Wizard by choosing Schema Export from the Database menu or by right-clicking on database in Database Explorer and choosing Schema Export from the Export & Import submenu of the popup menu.

In new version of dbForge Studio for MySQL, "Schema Export Wizard" has been totally redesigned and provides more opportunities.
New functionality:
  • * Ability to save backup settings for next uses;
    * Support of a command line interface to automate backup with Windows Scheduler;
    * Archiving created database export files;
    * Logging of export process;
    * Automatic deleting old backup copies based on date or quantity

Post Reply