PhpMyAdmin: Unterschied zwischen den Versionen
Aus Wikizone
(Die Seite wurde neu angelegt: „== Passwort für DB setzen == Die config datei heisst "config.inc.php" im phpmyadmin Ordner $cfg['Servers'][$i]['password'] = ''; // MySQL password eintragen :)“) |
|||
| Zeile 2: | Zeile 2: | ||
Die config datei heisst "config.inc.php" im phpmyadmin Ordner | Die config datei heisst "config.inc.php" im phpmyadmin Ordner | ||
$cfg['Servers'][$i]['password'] = ''; // MySQL password eintragen :) | $cfg['Servers'][$i]['password'] = ''; // MySQL password eintragen :) | ||
| + | |||
| + | == Adminer - Alternative für phpMyAdmin == | ||
| + | Wenn bei einem Hosting phpMyAdmin nicht vorhanden ist kann man das kleine aber effiziente Adminer nutzen. | ||
| + | https://www.adminer.org/de/ | ||
Aktuelle Version vom 4. Oktober 2022, 10:55 Uhr
Passwort für DB setzen[Bearbeiten]
Die config datei heisst "config.inc.php" im phpmyadmin Ordner $cfg['Servers'][$i]['password'] = ; // MySQL password eintragen :)
Adminer - Alternative für phpMyAdmin[Bearbeiten]
Wenn bei einem Hosting phpMyAdmin nicht vorhanden ist kann man das kleine aber effiziente Adminer nutzen.
https://www.adminer.org/de/