I installed mysql server 5.0.22 from source . Also I ran "rpm -qa | grep -i
mysql" , but no output . as the above I 've already checked to make sure i
did
not install any mysql rpm package in my system .  maybe i wiill reinstall
these stuff later ....:-((

So that all looks good.

Basically php is using mysql client version 5.0.22.

The mysql server you are connecting to is reporting it's 3.23.

Go to your mysql server, log in to the mysql prompt:

mysql> select version();

what does that report?

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to