Re: INNODB data porting problem.

2003-09-10 Thread Barry
From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 1:27 PM Subject: Re: INNODB data porting problem. > "Barry" <[EMAIL PROTECTED]> wrote: > >It seems there's a problem while the database i

Re: INNODB data porting problem.

2003-09-10 Thread Victoria Reznichenko
"Barry" <[EMAIL PROTECTED]> wrote: >It seems there's a problem while the database is getting dumped coz it > gives an error saying that it was unable to create a particular ".frm" file. > Can't seem to figure out the reason. Any help would be really welcome. Could > there be a possible problem

Re: INNODB data porting problem.

2003-09-10 Thread Barry
uot; <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 8:14 PM Subject: RE: INNODB data porting problem. > What I would do in that case would be: > > 1) execute a CREATE ; command > > 2) execute the following command: > > mysqldump --add-drop-table -uusername -ppasswor

Re: INNODB data porting problem.

2003-09-09 Thread Barry
Yes it still is a MySQL DB but not on the same system albeit another system on the network. Regards Barry -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

INNODB data porting problem.

2003-09-09 Thread Barry
Hi guys, I have an INNODB database and I want to port the data to another one. Please let me know of the feasibilty of the idea and if any tools are available as this regards. Regards Barry