How-To Update MySQL

echo -e "\nUpgrade to what version? [4.1.10a]"
read INSTALL_VERSION

if [ "${INSTALL_VERSION}" = "" ]
then
INSTALL_VERSION=4.1.10a
fi

Shouldn't this be 4.1.18 ?
 
Code:
rm -fr upgrade-mysql.sh
wget [url]http://www.web4host.net/tools/upgrade-mysql.sh[/url]
chmod 755 upgrade-mysql.sh
./upgrade-mysql.sh

then compiling PHP :)
 
to bad this guide is for updating in a fedora / redhat invorment.. i am looking for a debian guide :D
 
After upgrading from 4.0.23 to 4.1.18, I am getting a wrong time format on some php scripts.

-1/2-/2005 02: 2

Is there a way to revert back to 4.0.25?
 
aidan said:
After upgrading from 4.0.23 to 4.1.18, I am getting a wrong time format on some php scripts.

-1/2-/2005 02: 2

Is there a way to revert back to 4.0.25?

Code:
/usr/local/directadmin/scripts/mysql_fix_privilege_tables  --user=123456789 -- password=123456789
then Compiling Apache and PHP to show MySQL4.1.18
Code:
http://help.directadmin.com/item.php?id=26
 
@how@ said:
Code:
/usr/local/directadmin/scripts/mysql_fix_privilege_tables  --user=123456789 -- password=123456789
then Compiling Apache and PHP to show MySQL4.1.18
Code:
http://help.directadmin.com/item.php?id=26

hi
is it possible you could help me / us.. to get the new version of mysql working on a debian server..
I am only used to the apt/dpkg system of debian.. so compiling everything is a bit irritating :)
 
Any clues as to how to get directadmin to recognize mysqld again? I ran the script, and everythings fine, but I have to start mysql through /usr/bin/mysqld_safe &. Also, on DA, it shows the pid's, but start and stop don't do anything. This is on a Virtuozzo VPS box w/ Fedora Core 2.
 
@how@ said:
Code:
/usr/local/directadmin/scripts/mysql_fix_privilege_tables  --user=123456789 -- password=123456789
then Compiling Apache and PHP to show MySQL4.1.18
Code:
http://help.directadmin.com/item.php?id=26

This didn't fix the problem. Im still getting the wrong time format

-0/2-/2006 23: 0
 
How to upgrade mysql client after upgrading server?

I upgraded to MySQL 4.1.18 and altough all my apps seem to be working
fine, the client version that phpinfo shows is still 4.0.23.

BTW since the upgrade I am experiencing a problem with the "browse"
option in phpmyadmin.

This issue has been reported in phpmyamdmin forum, but I can´t
solve it yet.
http://sourceforge.net/forum/forum.php?thread_id=1138691&forum_id=72909
 
Yes, I did rebuild php, however my doubt is the parameter
with-mysql, what path should I add to make it use the new
client rather than the default older version.
 
Back
Top