tags:

views:

14

answers:

1

Hi Friends,

My need is to move the MYSQL 5.0 database from my development m/c to actual production m/c, How I can do this ??? On production m/c MYSQL is not installed, MY SQL 3.5 drivers are present. but on my m/c MYSQL 5.0 and MYSQLDrivers 5.0 are resent so will on production server 3.5 driver will support 5.0 vertion...If I created DSN with 3.5 will it support database of 5.0?

Thanks

A: 

First step would be to install MySQL on the production server. If it's not, then there's no point in doing the migration, is there?

v3.5 drivers should be able to talk to a 5.x database, though you'll probably have some trouble. 3.x is positively stone age these days. Unless you have no control over the production server, there shouldn't be any reason to NOT upgrade to a 5.0/5.1 server and driver set.

Marc B