vc wrote:
Thanks Ananda ,
I tried , i tried to uninstall the maybe-preinstalled mysql, but rpm tells me
that there is no mysql installed in my system .
I listed all the rpm packages in my system . I am quite sure there is no rpm
mysql package .
I installed the php 5.2.0, mysql 5.0.22, apache2.2.6 , myphpadmin 2.11.2.1 all from source code .
my myphpadmin's error message is :
"Your PHP MySQL library version 5.0.22 differs from your MySQL server version
3.23.32. This may cause unpredictable behavior."
and make me more puzzled is it displays : localhost --server version: 3.23.32 , MySQl client version :5.022 .
how could this happen ? maybe i misconfigured the mysql source code tree ? or phpmyadmin's bug?
How did you install the mysql server (rpm, source) ?
How did you install the mysql client (rpm, source) ?
If by rpm's:
rpm -qa | grep -i mysql
It's definitely not a phpmyadmin bug, it's using what the mysql client
and server are telling it.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]