MySQL Forums
Forum List  »  Install & Repo

Re: Need Help: Trouble After Install
Posted by: chandra sekhar
Date: October 12, 2004 03:27AM

When Im trying to connect from php using mysql_connect(...) , It is giving the message
"Client Authentication Protocol not Supported . try upgrading client'

Im able to connect from command lline using mysql client

#mysql -u root -p

and one more thing is the following command

# mysql -v

This is showing the version 4.1.5


and from php page when I gave phpinfo() function
in the section, mysql, is displaying the following

Client API version : 3.23.58
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient

1, NOw the prob is how to upgrade the client which php is using
2, which library is the php using

whether it is mysqlclient.so
or some other

and one more thng , what is this mysql so userd for
what are the exact uses of all the so files of mysqllibraries

Options: ReplyQuote


Subject
Written By
Posted
Re: Need Help: Trouble After Install
October 12, 2004 03:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.