phpbar.de logo

Mailinglisten-Archive

[php] Problem mit MySQL localhost

[php] Problem mit MySQL localhost

Achim Gosse php_(at)_phpcenter.de
Wed, 25 Sep 2002 17:08:25 +0200


hallo

> anbei noch ein auszug aus der konfiguration:
>
>
> $cfg['Servers'][$i]['host']          = 'localhost';   //MySQL hostname
> $cfg['Servers'][$i]['port']          = '';          // MySQL
> port - leave
> blank for default port
> $cfg['Servers'][$i]['socket']        = '';          // Path


$cfg['Servers'][$i]['socket']  = '/var/lib/mysql/mysql.sock';

> to the socket -
> leave blank for default socket
> $cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to
> connect to
> MySQL server ('tcp' or 'socket')

$cfg['Servers'][$i]['connect_type']  = 'socket';


sollten afaik reichen.

gruss
achim


php::bar PHP Wiki   -   Listenarchive