Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
11-29-2011, 05:27 AM
(This post was last modified: 11-29-2011, 05:28 AM by Arjen.)
Edit config.inc.php
change :
$cfg['PmaAbsoluteUri'] = '';
to
$cfg['PmaAbsoluteUri'] = 'localhost/phpmyadmin/';
change
$cfg['Servers'][$i]['host'] = 'localhost';
to
$cfg['Servers'][$i]['host'] = 'Localhost';
and enter you're password in :
$cfg['Servers'][$i]['password'] = '';
eg
$cfg['Servers'][$i]['password'] = 'password';
reboot MySQL
Warning Level: 0%
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
webserver/sbans/config.php
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
It happens if you have strange characters in your server's name.
Posts: 6
Threads: 1
Joined: Nov 2011
Reputation:
0
realchamp do you mean my server name in Server.config or this ''CServerInfo.php''
Posts: 6
Threads: 1
Joined: Nov 2011
Reputation:
0
I changed server name to ''1'' but again this bug.