Re: [OT] Frontbase Export/Dump
Re: [OT] Frontbase Export/Dump
- Subject: Re: [OT] Frontbase Export/Dump
- From: Kieran Kelleher <email@hidden>
- Date: Mon, 12 May 2008 13:47:43 -0400
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden