PDA

View Full Version : Mysql update


Modje
02-26-2006, 02:51 PM
Hi,

I have tried to upgrade mysql on my debian machine with:
apt-get update
apt-get install mysql-server-5.0

Now Da shows 5.0.15 but phpmyadmin and phpinfo are showing still 4.1.10 (i did http://help.directadmin.com/item.php?id=26 )


Can someone help me?

(Sorry for my bad english :o )

jmstacey
02-26-2006, 08:36 PM
DirectAdmin does not use Debians package system to handle MySQL. By default the precompiled binaries from MySQL AB are used.

Search the version updates forum.

Modje
02-27-2006, 03:16 AM
Ok, I upgraded with: http://directadmin.com/forum/showthread.php?s=&threadid=11552

The link to a script that you give, I modified the script a bit and mysql is upgraded to 5.0.18, only da keep showing mysql 5.0.15 in the system information, but phpmyadmin and phpinfo showing 5.0.18

Any idea how to show 5.0.18 in DA too?

jmstacey
02-27-2006, 06:34 PM
That's strange. When you login to MySQL from the command line is the correct version displayed there as well.

You may want to rattle off an email to DA support.

Modje
02-28-2006, 02:20 AM
I found it!
I just had to give the command "apt-get remove mysql-server-5.0"
Now DA show's back MySQL in the system information (Like before without a version number)
And php and phpmyadmin keep showing "MySQL 5.0.18-Standard"


Thanks for the support!