1 message in com.mysql.lists.win32Maintain Server from own built applic...
FromSent OnAttachments
Christian Surya24 Feb 2005 18:57 
Subject:Maintain Server from own built application
From:Christian Surya (csur@gmail.com)
Date:02/24/2005 06:57:51 PM
List:com.mysql.lists.win32

Hi All,

I want to know is MySQL can be maintain (such as backup/restore) from application we're built? AFAIK at M* SQL S***** there is SQL DMO which i can use to maintain the database server directly from the application i built. I build the application using VB 6.0

And one more question. Is the .frm file contain data? (My Schema is using InnoDB type) and can i just copy the .frm file from one computer to other computer and got the data on destination computer same like the source computer? or i must dump the source and then import on the destination? I want to create an application which can transfer data from one computer to other computer (the computers is separated and not connecting via network or internet)

Thanks for the explanation

Best Regards, Christian