[wplug] MySQL help?

billings at negate.org billings at negate.org
Mon Jun 9 13:28:36 EDT 2003


On Mon, 2003-06-09 at 13:18, Scott Bourns wrote:
> Problem: I can log in from localhost, via telnet or terminal, and do
> whatever I want to the tables I'm testing; but I can't access the MySQL
> tables remotely and a simple PHP page with mysql_connect() returns:
> 
> Fatal error :  Call to undefined function:  mysql_connect() in
> /var/www/html/mysqltest.php on line 2
> 
...

It looks like PHP doesn't know what the function 'mysql_connect' is. 
It's not a problem with your database, but with PHP.  Was it built with
MySQL support?

-- 
Jonathan S Billings <billings at negate.org>
TSFNKP



More information about the wplug mailing list