[rt-users] database migration
Les Mikesell
les at futuresource.com
Tue Apr 20 14:47:52 EDT 2004
On Tue, 2004-04-20 at 09:08, David Cecchino wrote:
> Had a quick question I have a webrt system running 3.0.9 with mysql, I
> have a dev box running webrt 3.0.10 with oracle 9i. I have the mysql
> dumped , just need a nice way of importing the data, I was wondering if
> anyone out there has a way or maybe can share some information.
"man mysqldump" for details. It suggests:
mysqldump --opt database | mysql --host=remote-host -C database
as one way to move a database - or redirect to a file on the
dump and from the file on the restore.
---
Les Mikesell
les at futuresource.com
More information about the rt-users
mailing list