|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Upgrading To MySQL 4.1.18 (binary Distribution) With Fedora Core 2 And PleskNOTE: This process is not supported by either Red Hat or Plesk. Upgrading breaks the Fedora Core 2 package manager's ability to manage MySQL. There is a chance that this process could incapacitate your server. We strongly recommend you back up all data and do not attempt this procedure unless you are prepared to reprovision your server, if necessary. This process will assist you in backing up your data so you can roll back and forward. To facilitate roll back and roll forward, MySQL 4.1.18 will be installed in the /usr/local directory, leaving MySQL 3.23 in the default /usr directory. You should, however, perform a separate backup of your data prior to starting this process. To Upgrade to MySQL 4.1.18
To Confirm the Results
To Roll BackAfter the above commands have been run, you can roll back by executing the following code: unalias cp
service mysqld stop sleep 2 cd /etc/rc.d/init.d/ cp mysqld_3.23 mysqld cd /etc/ cp my.cnf_3.23 my.cnf sleep 2 cd /var/lib mv mysql mysql_4.1.18 mv mysql_3.23 mysql sleep 2 service mysqld start To Roll ForwardExecute the following code to roll forward: unalias cp
service mysqld stop sleep 2 cd /etc/rc.d/init.d/ cp mysqld_4.1.18 mysqld cd /etc/ cp my.cnf_4.1.18 my.cnf sleep 2 cd /var/lib mv mysql mysql_3.23 mv mysql_4.1.18 mysql sleep 2 service mysqld start LEGAL DISCLAIMER: This article is being provided "as is" and for informational purposes only. We do not recommend you perform the procedures discussed in this article. We make no warranties of any kind, either express or implied or fitness for a particular purpose with respect to the information contained in this article. In no event shall we be liable for any damages whatsoever including but not limited to direct, indirect, incidental, consequential, loss of profits, loss of data or special damages arising out of the use, misuse or inability to use this content. Comments, Questions & Reviews
Comments is currently disabled for this article! Related Articles and Readings
The information provided in this article is for general information and/or the comments is the sole responsibility of their respective authors and does not necessarily reflect the opinion of zeronese.net does not endorse any article and/or comments published by our web users unless otherwise noted. |
Categories
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

