uploading files from Mysql5 to Mysql4
Posted by: fredn (202.133.193.---)
Date: August 23, 2006 08:49AM

My development server is running WAMP5 which is using Mysql5. However the production server which is owned by a website hosting company is running Mysql4.
What I want to do is build up my database in my development server (Mysql5) and update the database my production server (Mysql4.1.21).
How should I do this?


Options: ReplyQuote
Re: uploading files from Mysql5 to Mysql4
Posted by: david.rj.2k (---.130.191.5.201.dial-ip.telemar.net.br)
Date: August 23, 2006 09:04AM

Send all datas of MS5 to MS4?

Export all datas of MySQL5 and import in MySQL4.

Options: ReplyQuote
Re: uploading files from Mysql5 to Mysql4
Posted by: gmcase0 (128.163.199.---)
Date: August 23, 2006 02:08PM

You can use the MYSQL Administrator to run backups and restores. The cool part about it is that the restore will just append to what is already there, so you can backup the stuff from the MYSQL5 and restore it the MYSQL4.

Options: ReplyQuote


Sorry, only registered users may post in this forum.