This is one thing that is easy in mysql on command line

# To dump a database to a SQL file
$ mysqldump mydatabase > mydatabasedump.sql

# To import a database form an SQL file
$ mysql myremotedatabase < mydatabasedump.sql

Surely FrontBase can just dump a SQL file with all the SQL statements needs to recreate the database?

Doesn't it have a sql command line tool? Maybe there is a terminal command to do an SQL file dump?

On May 12, 2008, at 12:48 PM, Chuck Hill wrote:

Hands down, the worst engineering decision made by FrontBase. Not that there is a lot of competition, but this one is really bad.

Chuck

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to