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
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