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
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.

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.