I have reconfigured the php config.inc.php many times but i always seem to get errors,
Parse error: parse error, unexpected $, expecting '(' in /www/x/xeon/htdocs/phpMyAdmin/libraries/mysql_wrappers.lib.php on line 83
Parse error: parse error, unexpected $ in /www/x/xeon/htdocs/phpMyAdmin/libraries/charset_conversion.lib.php on line 82
Parse error: parse error, unexpected $ in /www/x/xeon/htdocs/phpMyAdmin/libraries/defines.lib.php on line 83
Parse error: parse error, unexpected $ in /www/x/xeon/htdocs/phpMyAdmin/libraries/sqlvalidator.lib.php on line 89
Parse error: parse error, unexpected $ in /www/x/xeon/htdocs/phpMyAdmin/libraries/auth/config.auth.lib.php on line 92
Fatal error: Call to undefined function: pma_auth_check() in /www/x/xeon/htdocs/phpMyAdmin/libraries/common.lib.php on line 559
I am using a hosted server, with mysql unix and apache... This is what i have entered in the code
$cfg['Servers'][$i]['host'] = 'space.powweb.com/'; // MySQL hostname
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path 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]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type'] = 'cookies'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'myusername'; // MySQL user
$cfg['Servers'][$i]['password'] = 'mypass'; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = 'wotu'; // If set to a db-name, only
I have altered nothing else except for the
$cfg['PmaAbsoluteUri'] = 'http://www.wotu.net/phpMyAdmin/';