View Full Version : MySQL 5.0.36
Wouter
03-04-2007, 03:02 AM
Download: http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.36.tar.gz/from/pick
layer0
03-04-2007, 07:43 AM
The RPMs for RedHat/CentOs are still on .27. But there have been several source releases as the above. I don't think it's recommended to do a source compile with DirectAdmin, but you can try it.
Scorpic
03-04-2007, 07:50 AM
Download: http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.36.tar.gz/from/pick
How i can upgrade from MySQL 5.0.22 correct?
OS FreeBSD.
Thanks.
layer0
03-04-2007, 07:51 AM
How i can upgrade from MySQL 5.0.22 correct?
OS FreeBSD.
Thanks.
I don't believe there is any standardized method for upgrading from source on DirectAdmin servers.
edit: But perhaps this is useful: http://dev.mysql.com/downloads/mysql/5.0.html#FreeBSD_(TAR_packages) (contains the binary packages)
jlasman
03-04-2007, 09:18 AM
Scropic,
How was MySQL installed on your system? You should be able to install it using the same package/ports system that installed it originally. I'm not too FreeBSD conversant, so I can't be more specific.
Jeff
modem
03-16-2007, 05:13 PM
Actually for those who have webmin installed on their server along side DA (I've been running this setup flawlessly since 2004) downloading the RPM's and simply telling webmin to install them works great. It's simple without any fuss or mess.
Scorpic
03-17-2007, 04:17 AM
I am update now MySQL up to v.5.0.37 via PORTS on FreeBSD.:p
Need make little change in DA confing.
Imtek
03-18-2007, 06:21 AM
Still no RPM's released, what a shame :(
Wouter
03-18-2007, 07:28 AM
For FreeBSD:
# fetch http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.37.tar.gz/from/ftp://mirror.hostfuss.com/mysql/
# tar xvzf mysql-5.0.37.tar.gz
# cd mysql-5.0.37
# ./configure --prefix=/usr/local/mysql --with-extra-charsets=all --enable-thread-safe-client --enable-local-infile --enable-assembler --with-named-z-libs=not-used --disable-shared --enable-static
# make
# ./scripts/make_binary_distribution
# cp *.tar.gz /usr/local/
# cd ..
# rm -rf mysql-5.0.37*
# cd /usr/local/
# ls -l | grep mysql-5.0.37
Look at the filename of your MySQL archive, i.e. "mysql-5.0.37-freebsd6.0-i386.tar.gz" or "mysql-5.0.37-freebsd6.2-i386.tar.gz".
# tar xvzf filename.tar.gz
# chown -R root:mysql dir-name
(i.e. "mysql-5.0.37-freebsd6.2-i386")
# cd dir-name
# rm -rf data
# ln -s /home/mysql data
# cd ..
# rm mysql
# ln -s dir-name mysql
# /usr/local/etc/rc.d/mysqld stop
# /usr/local/etc/rc.d/mysqld start
# mysql -V
Now you should see something like this:
mysql Ver 14.12 Distrib 5.0.37, for unknown-freebsd6.2 (i386) using EditLine wrapper
Wouter
winger
03-19-2007, 11:13 AM
hi,
would anybody have a howto for debian 3.1?
JDiel
03-29-2007, 02:12 AM
hi,
would anybody have a howto for debian 3.1?
I'd like to see a Debian howto too, any one?
smtalk
03-29-2007, 02:19 AM
As I said in one thread - http://help.directadmin.com/item.php?id=154
JDiel
03-29-2007, 02:21 AM
Yeah, I noticed your answer on the other threat after I posted it here.
Thanks again,
Regards, Jeroen.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.