3 messages in com.mysql.lists.win32RE: Database structure
FromSent OnAttachments
Eduardo Silva04 Mar 2002 01:50 
Fitch, George A04 Mar 2002 10:22 
Eduardo Silva05 Mar 2002 12:29 
Subject:RE: Database structure
From:Fitch, George A (GFi@ALLEGROMICRO.com)
Date:03/04/2002 10:22:18 AM
List:com.mysql.lists.win32

Have you looked into the replication features of MySQL?

Gaf

-----Original Message----- From: Eduardo Silva [mailto:ecos@hotmail.com] Sent: Sunday, March 03, 2002 8:51 PM To: win@lists.mysql.com Subject: Database structure

Hi.

I'm writing a tool that will synchronize my database structure with the client's database. For example, if a new field or index was created for a table, it will recognize it and with a ALTER TABLE will add/modify/delete fields and indexes. The same would happen to tables.

I'd like to know if there is already such a tool for MySQL and I'm trying to

reinvent the wheel.

TIA, Eduardo