• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Kein Datenbankzugriff nach MySQL Workbench Installation

Seyonne

Mitglied
Hallo,

Titel sagt eig. schon alles.

xampp\phpMyAdmin\config.inc.php

PHP:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type']            = 'cookie'; /* Authentication method (config, http or cookie based) */
$cfg['Servers'][$i]['user']                 = 'root';
$cfg['Servers'][$i]['password']             = '****';

Stimmt sowiet alles...
 
Werbung:
Ich weiss zwar nicht wieso aber mit
PHP:
$cfg['Servers'][$i]['host']             = '127.0.0.1';
statt
PHP:
$cfg['Servers'][$i]['host'] = 'localhosts';
funktioniert.
 
Werbung:
ne das hab ich eben manuell hingeschrieben, war vorher schon localhost^^

nur versteh ich net warum's nach workbench installation nimmer geht oO
 
Zurück
Oben