Wednesday, April 13, 2022

[FIXED] How to migrate from mysql 5.1 to 5.5?

Issue

I am just migrating from 5.1 to 5.5. I copy my data from mysql5.1 data forlder to mysql5.5/data.

I just wondered if I can overwrite the file ibdata1 in mysql 5.5 data directory?

Thanks Arman.

EDIT

Yes I can copy 5.1 to 5.5 and then I need to run mysql_upgrade


Solution

Have you visited the MySQL 5.5 FAQ: Migration portion of the reference manual? They have a specific page dedicated to moving from 5.1 to 5.5 with step-by-step guide (including making a backup).



Answered By - Brad Christie
Answer Checked By - Mildred Charles (PHPFixing Admin)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.