Recent Topics

1 Nov 24, 2006 15:21    

I'm trying to understand how b2evolution uses the MySQL client. Does b2evolution install its own version of the MySQL client during the installation of b2evolution ? Or does it expect the MySQL client to be already installed on the web server before b2evolution is installed ?

How do I find out what version of the MySQL client b2evolution is using ?

Thanks.

2 Nov 24, 2006 18:07

b2evolution doesnt use a mysql client.

a mysql client would be something YOU would use to connect remotely to a mysql server from your pc.

there are a gazillion hits via google on the error you mentioned in the other thread.

http://www.google.com/search?hl=en&q=Client+does+not+support+authentication+protocol+requested+by+server%3B+consider+upgrading+MySQL+client+&btnG=Google+Search

some of those are related to what php version is being used, atleast one top one references a .dll issue with boxes running IIS.

Im moving this since its really related to your other thread, and you ought to have just asked over there, in fact you did. On second though, i cant seem to move the damn thing.

3 Nov 24, 2006 18:10

PHP uses mysql client libs. See the output of phpinfo().


Form is loading...