[PHP] Re: problem connecting php and mysql

2005-04-26 Thread rahot man
i have installed php 4.3.10.exe and now the previous error that mysql_connect() function undefined is not there now. Also i have got the service of mysql. i checked it with phpinfo() But now one more problem is coming that is Warning: mysql_connect(): Client does not support authentication

[PHP] Re: problem connecting php and mysql

2005-04-26 Thread rahot man
i have also solved this problem i found the help from mysql website in the following address http://dev.mysql.com/doc/mysql/en/old-client.html i executed the queries as given in this website and now it is all set and now the mysql and php connection is working properly. Thank you all for