Jump to content

Upgrading mySQL issues??


essjay_d12

Recommended Posts

I am using MySQL 4.1, however i am about to install sugarCRM and they say mySQL must be at least 4.1.2 - so I need to upgrade - however, I was wondering if i just did a new installation of the latest MySQL will it effect any existing databases that are currently being used in our 4.1??

 

thanks

 

d

Link to comment
https://forums.phpfreaks.com/topic/36618-upgrading-mysql-issues/
Share on other sites

I am using MySQL 4.1, however i am about to install sugarCRM and they say mySQL must be at least 4.1.2 - so I need to upgrade - however, I was wondering if i just did a new installation of the latest MySQL will it effect any existing databases that are currently being used in our 4.1??

 

Are you saying that you're using 4.1.0? Do the following query to see what version you're using exactly

SELECT VERSION();

 

I don't believe that the installation of a new version of 4.1 will affect your databases but if you're going to 5 you could run into trouble.

 

Either way you I'd recommend you do a dump of the databases and make a backup of the data directory. I don't recall if INNODB tables are stored there as well so you'll need to look into that.

 

Keep in mind that if you don't use the latest version of 4.1 that you'll be missing to any bug/security security fixes that are in the latest version.

 

http://downloads.mysql.com/archives.php?p=mysql-4.1

 

Still dump the contents of each database and backup your data directory. Even when not upgrading you should have backups.

 

EDIT: Thought I should reword the comment.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.