dear guys.
I got webserver box running redhat 6.2 with PHP 4.0.6 installed
also I got mysql box with mysql version 4.0.26
this week I got problem that my php apps on my webserver box can't connect to mysql box last week is oke. this is happen after I upgrade the mysql box from mysql 3.23.52a to 4.0.26
from webserver to mysql box the connection is OK
i can run and connect w/ this command
am3n@websvr$ mysql -u am3n -h sqlsvr -p
but my php apps can't !! very strange: when I check w/ phpinfo these are the information about my webserver PHP settings
Client API version 3.23.32
MYSQL_MODULE_TYPE builtin
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE
MYSQL_LIBS
can I just change the client api version into 4.0.26? and please tell me how do I do that?
how do fix this problem?
I do not want to reinstall / upgrade OS is my webserver
thx 4 ur explanation.
I got webserver box running redhat 6.2 with PHP 4.0.6 installed
also I got mysql box with mysql version 4.0.26
this week I got problem that my php apps on my webserver box can't connect to mysql box last week is oke. this is happen after I upgrade the mysql box from mysql 3.23.52a to 4.0.26
from webserver to mysql box the connection is OK
i can run and connect w/ this command
am3n@websvr$ mysql -u am3n -h sqlsvr -p
but my php apps can't !! very strange: when I check w/ phpinfo these are the information about my webserver PHP settings
Client API version 3.23.32
MYSQL_MODULE_TYPE builtin
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE
MYSQL_LIBS
can I just change the client api version into 4.0.26? and please tell me how do I do that?
how do fix this problem?
I do not want to reinstall / upgrade OS is my webserver
thx 4 ur explanation.
