[PHP-WIN] Re: mysql connect problems

2005-02-16 Thread Reptilevl
Make sure you copied the libmysql.dll from your php folder to your system folder as well "Patrick Roane" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am trying to est. a connection to mysql via PHP5 on > my win XP and I keep getting the undefined function > error. By the way I

[PHP-WIN] Re: MySQL connect problems

2005-01-19 Thread BoB6784
hi, Mysql 4.1.8 now support another authentication protocol and you need to upgrade to php 5 and activate mysqli extension (not mysql) and use mysqli_connect and change all mysql_* function to mysqli_* another way to fix the problem is to allow previous protocol but I forgot the way how to do th