Page 1 of 1

PhpMyadmin Fehler

Posted: 2003-09-21 21:24
by nemix
Guten Abend, erstmal.
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.
Parse error: parse error, unexpected T_VARIABLE in /home/www/confixx/html/phpMyAdmin/config.inc.php on line 75
hier ein Auszug aus meiner Config

/**
* 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

Wäre echt nett wenn mir jemand hilfen könnte.
;)

Re: PhpMyadmin Fehler

Posted: 2003-09-21 21:27
by darkspirit
Welches ist denn bei dir genau die Zeile 75?

Re: PhpMyadmin Fehler

Posted: 2003-09-22 10:19
by nemix
$cfgServers[$i]['controlpass'] = 'XxX';

Hab ein ähnliches Problem

Posted: 2003-10-10 20:59
by ibook
bei mir wird folgendes ausgegeben:

#1064 - You have an error in your SQL syntax near ')' at line 1


?? Was kann man tun - SQL IM Ar***


;-(

Re: Hab ein ähnliches Problem

Posted: 2003-10-10 21:24
by floschi
ibook wrote:#1064 - You have an error in your SQL syntax near ')' at line 1
Hm, wie wär's mit Fehlermeldung lesen?

Zitat: Sie haben eine fehlerhafte SQL Syntax in Zeile 1 bei ")" verwendet.

Also Statement verbessern ;)

nicht nicht gelsen

Posted: 2003-10-10 21:37
by ibook
sondern ich hab´s nicht kapiert was meisnt du mit statement verbessern, was muss ich da machen ???