Leider komme ich vom Webserver nicht mit phpMyAdmin auf den Datenbank Server. Mit
Code: Select all
mysql -h[dbserver] -u[user] -p
Code: Select all
mysql -h[dbserver] -u[user] -p
Code: Select all
cat /path/to/phpmyadmin/config.inc.php
Code: Select all
$i = 0;
$i++;
$cfg['Servers'][$i]['host'] = '192.168.52.231';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'http';