maxdb

maxdb

am 16.03.2006 15:34:21 von joao

I'm trying to use the maxdb extension in php4 but it isn't working fine.

When i tri to use the command: $connection = maxdb_connect($host, $user,
$psw, $db);

It gives me the bellow error:

Warning: maxdb_connect() [function.maxdb-connect]: -10709 Connection failed
(RTE:connection refused: x_server not running) []
in /var/www/buffets/config.php on line 3

Anyone can help me about this?

Thanks.

--
---------------------------------------------------
João Cândido de Souza Neto
Web Developer

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: maxdb

am 16.03.2006 16:11:43 von joao

Now i tried to use:

$connection= new maxdb($host, $user, $psw, $db);

It gives me the bellow error:

Fatal error: Cannot instantiate non-existent class: maxdb
in /var/www/buffets/config.php on line 3


João Cândido de Souza Neto wrote:

> I'm trying to use the maxdb extension in php4 but it isn't working fine.
>
> When i tri to use the command: $connection = maxdb_connect($host, $user,
> $psw, $db);
>
> It gives me the bellow error:
>
> Warning: maxdb_connect() [function.maxdb-connect]: -10709 Connection
> failed (RTE:connection refused: x_server not running) []
> in /var/www/buffets/config.php on line 3
>
> Anyone can help me about this?
>
> Thanks.
>

--
---------------------------------------------------
João Cândido de Souza Neto
Web Developer

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php