"naveen" <[EMAIL PROTECTED]> wrote:
> Hi
> i am using mysql 4.0.16  for my applications and it has around 100000
> records .if i move the data from mysql 4.0.16 to 4.0.17 will that create any
> inconsistancy .
> in my database.
> does mysql provide anytool to migrate data from mysql4.0.16 to 4.0.17

To be sure make backup of your databases. If you use only ISAM/MyISAM tables you can 
just copy MySQL datadir. Y
ou can also make dump of the databases with mysqldump program:
        http://www.mysql.com/doc/en/Upgrade.html
        http://www.mysql.com/doc/en/Upgrading-to-arch.html
        http://www.mysql.com/doc/en/mysqldump.html
        http://www.mysql.com/doc/en/Backup.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to