views:

12

answers:

1

Hi!, is possible to conitnue or extend an existing schema with MySQL Workbench? This is the scenery: 1) We design our DB in MySQL Workbench 2) We export it as SQL file and execute it in our MySQL Server 3) We insert a lot of data and use our DB 4) We want to add more tables, fields, or anything to our Schema

The 4 step is my dude, can we edit our scheme in MySQL Workbench if our DB is working and with data?

Thanks!! Enrique.

A: 

Use file->import and select an sql file, which you can export via phpMyAdmin.

Raveren
Yes but I need to "continue" or update the design, not to create again all the scheme, just the new tables and relations.
Enrique