, 2005 11:47 AM
> To: php-general@lists.php.net
> Subject: [PHP] Problem connecting to MySQL with PEAR::DB and mysqli
>
> hello
>
>
> when connecting to MySQL 4.1 using PHP 5 and PEAR::DB I get this error:
>
> DB Error: connect failed
>
> a closer look gets this
[EMAIL PROTECTED] wrote:
> when connecting to MySQL 4.1 using PHP 5 and PEAR::DB I get this error:
>
> DB Error: connect failed
>
> a closer look gets this:
>
> Can't connect to local MySQL server through socket 'localhost' (2)
>
> the code for the connection is like this::
>
>
> public st
hello
when connecting to MySQL 4.1 using PHP 5 and PEAR::DB I get this error:
DB Error: connect failed
a closer look gets this:
Can't connect to local MySQL server through socket 'localhost' (2)
the code for the connection is like this::
public static function getConnection() {
$
3 matches
Mail list logo