My site is using drupal 5.x. The curent server's mysql is version 4.0.25. I want to upgrade the site to drupal 6.x, so i must move my site to a new server with mysql 4.1.
Is that all right? Someone said update from mysql 4.0 to 4.1 is dangrous,maybe lose data.
I need help,thanks!

Another question ,can i move a site from a server with apache v 1.3.34 to a server with apache v 2 ?

Comments

matt_harrold’s picture

If you use phpMyAdmin to backup your 4.0.25 database, then restore to your 4.1 DB, things should be fine. There is nothing different about the supported SQL keywords between these versions, no old features removed.

I have a site that I develop on Apache 1.3, but host on Apache 2.0 ... I haven't had any problems.