On 13-Aug-08, at 9:31 PM, Bradley Holt wrote:
> Do you want to version control the structure or the data itself? If
> you're just versioning the structure then use DDL scripts that
> include your CREATE TABLE and ALTER TABLE statements. If you want
> to version the data, I'd ask why as that doesn't make any sense -
> just turn on MySQL query logging.
Query logging isn't very useful in that context... I think you mean
binary logging.
--Toby
>
>
> On Wed, Aug 13, 2008 at 8:13 PM, mpls51
> <top_rank_tenant616_at_yahoo.com> wrote:
>
> Is it possible to have tables in MySQL be under version control?
> --
> View this message in context: http://www.nabble.com/Subversion-and-
> MySQL-tp18973666p18973666.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
>
>
> --
> Bradley Holt
> bradley.holt_at_foundline.com
>
Received on 2008-08-14 20:29:08 CEST