MySQL table patcher

0. Contents

This is the documentation of sqlupdate-1.1.0.
   1. Purpose
   2. Copying
   3. Requirements
   4. Downloading

1. Purpose

Reads a table creation file (tables.sql) and compares it to what mysqldump gives, and creates SQL clauses to update the database to match the creation file.
sqlupdate v1.1.0 - Copyright (C) Joel Yliluoma (http://bisqwit.iki.fi/)

Usage:
    sqlupdate [options] >changes.sql
       (Creates an update script)

Options:
    -t tablefile          Describes the file containing
                          the new sql layout. Default: tables.sql
    -d database           Default: winnie3
    -h host               Default: localhost
    -u user               Default: root
    -p pass
    -r                    Reverse operation. (new->old)
    -D                    Insert new data
    uudeksi               Normal operation.
    vanhaksi              Reverse operation.

Example:
  ./sqlupdate -t etimgr.sql -d etimgr | mysql -uroot

This program does not update a database. It only
produces update scripts (which show the differences).

2. Copying

sqlupdate has been written by Joel Yliluoma, a.k.a. Bisqwit,
and is distributed under the terms of the General Public License (GPL).

3. Requirements

GNU make is probably required.

4. Downloading

The official home page of sqlupdate is at http://oktober.stc.cx/source/sqlupdate.html.
Check there for new versions.

Generated from progdesc.php (last updated: Thu, 2 May 2002 00:14:15 +0300)
with docmaker.php (last updated: Wed, 15 May 2002 04:26:32 +0300)
at Sun, 2 Jun 2002 12:22:54 +0300