phpmy admin installieren ?
phpmy admin installieren ?
wo muss ich hier meine Daten eingeben ?
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$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]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$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).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed in left frame
// It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$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]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$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).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed in left frame
// It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
- Leuchte
- Ehemaliges Teammitglied
- Beiträge: 9179
- Registriert: 26.05.2003 14:57
- Wohnort: Duisburg
- Kontaktdaten:
Verschoben
Verschoben von Smalltalk nach Coding & Technik
KB Artikel KB:phpmyadmin
Hast du dort mal reingeschaut?
KB Artikel KB:phpmyadmin
Hast du dort mal reingeschaut?
Zuletzt geändert von Leuchte am 15.07.2004 19:18, insgesamt 1-mal geändert.
Hi ...
eigentlich brauchst du nur 4 Angaben ...
Hostname
Benutzername
Password für die Datenbank
Datenbankname
Das sollte eigentlich reichen
Markus
eigentlich brauchst du nur 4 Angaben ...
Code: Alles auswählen
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
Code: Alles auswählen
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
Code: Alles auswählen
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
Code: Alles auswählen
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
Das sollte eigentlich reichen

Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
Hi ...
Zwischen die beiden Hochkomma
aus ...
wird ...
Markus
Zwischen die beiden Hochkomma

aus ...
Code: Alles auswählen
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
Code: Alles auswählen
$cfg['Servers'][$i]['meine_Datenbankname'] = ''; // If set to a db-name, only
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
*g* er meinte ..
solltest du das teil wirklich online stellen (und nicht nur lokal benutzen) is wohl das hier zu empfehlen
dadurch kommt eine passwort abfrage (sonst kann wirklich jeder drauf zugreifen)
lokal .. oder mit anderen schutzmechanismen (z.b. .htaccess )
Code: Alles auswählen
$cfg['Servers'][$i]['only_db'] = 'datenbankname';
Code: Alles auswählen
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
lokal .. oder mit anderen schutzmechanismen (z.b. .htaccess )
Code: Alles auswählen
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'db_user';
$cfg['Servers'][$i]['password'] = 'db_pass';
[code]
ich will mein auto polieren ! ..
ja .. ich weiß .. man kann das mit nem lappen machen .. aber ICH will unbedingt nen hammer nehmen .. WIE geht das
ja .. ich weiß .. man kann das mit nem lappen machen .. aber ICH will unbedingt nen hammer nehmen .. WIE geht das

hm ? .. du sollst die einzelnen einträge abändern .. nicht nur diese 3 zeilen reinschreiben ..
(außer die datenbank befindet sich nicht auf dem selben host/computer)
Code: Alles auswählen
$cfg['Servers'][$i]['host'] = 'localhost';
ich will mein auto polieren ! ..
ja .. ich weiß .. man kann das mit nem lappen machen .. aber ICH will unbedingt nen hammer nehmen .. WIE geht das
ja .. ich weiß .. man kann das mit nem lappen machen .. aber ICH will unbedingt nen hammer nehmen .. WIE geht das
