Koozali.org: home of the SME Server

MySQL 3 or 4 in SME 6?

Jesper Bille Haun

Re: MySQL 3 or 4 in SME 6?
« Reply #15 on: September 22, 2003, 03:19:58 PM »
I would like to support this. MySQL 4 is very important to me too.

/

Jesper Bille Haun

Baddogg

Re: MySQL 3 or 4 in SME 6?
« Reply #16 on: September 22, 2003, 10:53:47 PM »
I have successfully upgraded to Mysql 4.013 and have all the associated libraries.  It was a long hall, but I have done it 3 times with both 5.6 and 6.0.  Special thanks to Noah for the clues...

Email me with subject of mysql or my filters will kill the email if you would like information of what I didJesper Bille Haun wrote:

Noah Berlove

Re: MySQL 3 or 4 in SME 6?
« Reply #17 on: September 22, 2003, 11:13:33 PM »
I've sucessfully installed MySQL 4 a number of times.  I'll go through all of my notes and write up a nice How-To shortly.  In the mean time, here are the basic steps:

- stop MySQL and remove the exisiting rpms (rpm -e)

- download the MySQL 4 rpms from mysql.com (don't use Red Hat's rpms), make sure the use the libraries which are compatible with MySQL 3 & 4.

- install the rpms (use rpm -Uvh)

- do the following to handle startup:
   chkconfig --levels 2345 mysql on
   rm /etc/rc.d/rc7.d/S90mysqld
   ln -s /etc/rc.d/init.d/mysql /etc/rc.d/rc7.d/S90mysqld

Note: the chkconfig step was necessary with MySQL 4.0.13 and eartlier.   I believe more recent MySQL rpms have fixed the bug which required this.  Go back through this thread for some more details.

Noah

haj

Re: MySQL 3 or 4 in SME 6?
« Reply #18 on: March 09, 2004, 12:59:05 AM »
Quote from: "RequestedDeletion"
Interesting,

would anybody be kind enough to make up a final 'proven' how-to and post it on contribs.org? Mysql4 is a wanted feature for more people...

TIA

Regards,
RequestedDeletion


Does anyone knows how to enable innoDB table type after an upgrade to Mysql4 ??

haj

Re: MySQL 3 or 4 in SME 6?
« Reply #19 on: March 18, 2004, 01:34:42 AM »
Quote from: "haj"
Does anyone knows how to enable innoDB table type after an upgrade to Mysql4 ??


Found it ! Altought, the how to is wrong on configuring the server to launch mysql at server boot.

Try following my comments there:
http://no.longer.valid/mylinks/singlelink.php?cid=208&lid=355