Seite 1 von 1

Fehler mit phpMyAdmin

Verfasst: 24.04.2003 14:03
von Gast
Hab jetzt euer Forum durchsucht, aber nichts darüber entdecken können...

folgendes sieht man beim einloggen :

Fehler
Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie hier um herauszufinden warum.

darunter findet man dann dies :

PMA Database ... fehlerhaft[ Dokumentation ]
Allgemeine Verknüpfungsfunktionen Deaktiviert

weiteres liest man dann dies:

....
$cfg['Servers'][$i]['pmadb'] string
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with master / foreign - tables. To use those as well as the bookmark feature you will need to create a new db.

To use this functionality as superuser create a new database:
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 databasename in $cfg['Servers'][$i]['pmadb']


$cfg['Servers'][$i]['bookmarktable'] string
Since release 2.2.0 phpMyAdmin allows to bookmark queries. This can be useful for queries you often run.

To allow the usage of this functionality the superuser has to:
set up a PMA database as described above
within this database create a table following this scheme:
CREATE TABLE `PMA_bookmark` (
id int(11) DEFAULT '0' NOT NULL auto_increment,
dbase varchar(255) NOT NULL,
user varchar(255) NOT NULL,
label varchar(255) NOT NULL,
query text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM COMMENT='Bookmarks';

enter the tablename in $cfg['Servers'][$i]['bookmarktable']
.....usw

was soll ich da machen ?

noch was....

Verfasst: 24.04.2003 14:06
von Gast
wie füge ich einen dump per phpmyadmin ein ?

letztes update des forums wurde über administrationsbereich erstellt, nur beim uploaden passiert nix...

außer

keine daten übertragen o.ä. ?

was läuft da schief ?

Verfasst: 24.04.2003 15:13
von Mister_X
1. Achja die Suche verkümmert in diesem Forum einfach :cry:
http://www.phpbb.de/viewtopic.php?t=155 ... a+database

2. Die Backupfunktion von phpBB2 ist schrott, mache deine Backups mit phpMyAdmin

3. Was hatte dein Eröffnungsthema mit phpBB2 zu tun ?

->
--- Verschoben nach Coding&Technik ---