Seite 1 von 1

php my admin

Verfasst: 08.06.2003 23:09
von Heiko
Ich hab PHP My Admin installiert und eine DB Backupdatei hoch geladen, leider kommt eine Fehlermeldung, mit der ich nichts anfangen kann:

create a new database for phpMyAdmin:
CREATE DATABASE phpmyadmin;
Note that "controluser" must have SELECT, INSERT, UPDATE and DELETE privileges on this database. Here is a query to set up those privileges (using "phpmyadmin" as the database name, and "pma" as the controluser):
GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
do not give any other user rights on this database.
enter the database name in $cfg['Servers'][$i]['pmadb']

Ich hab die Backupdatei von einem anderen Server mit einer anderen Datenbank übernommen.
Die neuen Daten der neuen Datenbank hab ich geändert.

Vielen Dank im voraus, über einen Rat würde ich mich sehr freuen.