On Monday 03 Jun 2002 9:50 am, David Grant wrote:
> "mysql support is not available to php on this server"
>
> This is the error I receive. MySQL is working fine, but I need to know
> how get php working with sql.

PHP isn't compiled with MySQL support. Recompile php and add
--with-mysql to the configure script.

> Also, does anyone know the command to list all the db's? thanks.

SHOW DATABASES;

Cheers,
Markus

-- 
Markus Lervik
Linux-administrator
Vaasa City Library - Regional Library, Finland
[EMAIL PROTECTED]
+358-6-325 3589/+358-40-832 6709

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to