Ich besitze seit ca 5 Monaten einen Rootserver von 1&1.
Bisher konnte ich alle Probleme mit einer Suche im Forum lösen, doch jetzt bin ich am verzweifeln.
Ich muss dringend mehrere Mysql DB´s anlegen und verwalten. Dies soll ja am einfachsten mit PHPMyadmin gehen.
Hab alles nach eurer Faq installiert doch bekomme immer folgende fehlermeldung wenn ich PHPMyadmin aufrufen will.
hier ein Auszug aus meiner ConfigParse error: parse error, unexpected T_VARIABLE in /home/www/confixx/html/phpMyAdmin/config.inc.php on line 75
Wäre echt nett wenn mir jemand hilfen könnte.
/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*/
$cfgPmaAbsoluteUri = 'http://p1xxxxxx.pureserver.info/phpMyAdmin/';
// You can disable a server config entry by setting host to ''.
$i++;
$cfgServers[$i]['host'] = 'localhost'; // MySQL hostname
$cfgServers[$i]['port'] = ''; // MySQL port - leave blank for default port
$cfgServers[$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfgServers[$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[$i]['controluser'] = 'root'; // MySQL control user settings
// (this user must have read-only
$cfgServers[$i]['controlpass'] = 'XxX'; // access to the "mysql/user"
// and "mysql/db" tables)
$cfgServers[$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfgServers[$i]['user'] = 'root'; // MySQL user
$cfgServers[$i]['password'] = 'XxX'; // MySQL password (only needed
;)