[thelist] PHP SSL to mysql

Mark Howells webdev at mountain.ch
Mon Aug 19 06:23:00 CDT 2002


> Warning: MySQL Connection Failed: Can't connect to MySQL server on 'serverX'
> (13)

That's the error that you get when the user rights on the MySQL database
don't match the variables in the mysql_connect call. Check the database
setup. You might also try the call using

mysql_connect($dbhost,$dbuser,$dbpass)

... i.e. without the quotes.

Regards
Mark Howells
<http://www.mark.ac/evl/>




More information about the thelist mailing list