Re: after upgrade to 4.0.16

2003-10-29 Thread Andreas
Rob Wierenga wrote: My PHP cann't connect anymore to the server. The lib is not there i think. Because i get an error mysql_connect() doesnot exist. PHP is linked to a certain build of the mysql client library. If you exchanged the mysql server and all of the client stuff, you'll need to rebui

Re: after upgrade to 4.0.16

2003-10-29 Thread Santino
I think that mysql_connect is not defined in the MySqlClient lib. I try to use it in a C proram but I get a link error. I have to use mysql_real_connect. Try to install compat library. Santino At 9:35 -0600 29-10-2003, John Nichel wrote: Rob Wierenga wrote: Thanks for the new MySQL server. My MySQL

Re: after upgrade to 4.0.16

2003-10-29 Thread John Nichel
Rob Wierenga wrote: Thanks for the new MySQL server. My MySQLcc works fine now. But.. My PHP cann't connect anymore to the server. The lib is not there i think. Because i get an error mysql_connect() doesnot exist. What to do ?? If php gives you the error that mysql_connect is a call to an un

after upgrade to 4.0.16

2003-10-29 Thread Rob Wierenga
Thanks for the new MySQL server. My MySQLcc works fine now. But.. My PHP cann't connect anymore to the server. The lib is not there i think. Because i get an error mysql_connect() doesnot exist. What to do ?? I need my server with PHP and MySQL for a demostration. Help With regards, Rob J W