Upgrade from mysql 4.1 to mysql 5.5

2.2k Views Asked by At

I was going through upgrade process of mysql server. It is mentioned that to upgrade from 4.1 to 5.5 we need to upgrade step by step like first to 5.0,5.1 ...5.4 and then 5.5.

I have some questions :

  • What if we directly upgrade from 4.1 to 5.5. What might get effected? functionality or problem related to upgrading
  • Chances to loose data ? Even though I'll take backup using 'mysqldump --all-data-base' option.
  • Lets say, I have two database. I'll take only two database backup. I'll install latest version of mysql 5.7 and load two database back. What are chances to loose data or get corrupted ?

I'm curious to know this. If anybody tried? Because I need to do upgrade in live server.

Is there any step by step document which tells exact steps to upgrade from 4.1 to 5.5 in linux server

1

There are 1 best solutions below

0
On

Major new features added to MySQL 5.0 and 5.1 that may not work/won't work in 4.x can be located here:

MySQL 5.0 - http://dev.mysql.com/doc/refman/5.0/en/mysql-nutshell.html

MySQL 5.1 - http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html