phpMyAdmin Probleme

From: Peter Ross <Peter.Ross(at)alumni.tu-berlin.de>
Date: Thu, 19 Sep 2013 11:46:30 +1000 (EST)

Hallo,

ich habe hier ein phpMyAdmin, dessen Konfiguration mir probleme bereitet.

The phpMyAdmin configuration storage is not completely configured, some
extended features have been deactivated. To find out why click here.

"Aufs "here" warte ich 'ne halbe Minute, dann kommt:

$cfg['Servers'][$i]['pmadb'] ... OK

Alles andere ist "nicht ok":

$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]
                                    General relation features: Disabled

Ich habe examples/create_tables.sql laufen lassen, die Tabellen sind da,

die Einträge sind in config.inc.php,

Grants für den pma-User sind auch da (da es im Jail ist, habe ich es für
'pma'@'localhost' und 'pma'@'webtest' gemacht, dachte nur "sicher ist
sicher"):

GRANT USAGE ON *.* TO 'pma'@'localhost' IDENTIFIED BY PASSWORD
'*....'
GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO
'pma'@'localhost'
GRANT SELECT ON `mysql`.`db` TO 'pma'@'localhost'
GRANT SELECT ON `mysql`.`host` TO 'pma'@'localhost'
GRANT SELECT (Host, Create_priv, Shutdown_priv, Delete_priv, User,
Process_priv, Reload_priv, Alter_priv, Super_priv, Grant_priv,
Create_tmp_table_priv, Execute_priv, Repl_client_priv, Insert_priv,
Repl_slave_priv, Lock_tables_priv, References_priv, Index_priv, File_priv,
Drop_priv, Show_db_priv, Select_priv, Update_priv) ON `mysql`.`user` TO
'pma'@'localhost'
GRANT SELECT (Table_priv, Column_priv, Table_name, Db, User, Host) ON
`mysql`.`tables_priv` TO 'pma'@'localhost'

Auch kann ich keine Settings speichern:

"Your preferences will be saved for current session only. Storing them
permanently requires phpMyAdmin configuration storage."

Auf der Kommandozeile kann ich als pma auf die Tabellen zugreifen. Auch
sehe ich Verbindungen von 'pma'@'localhost' im MySQL-Log.

Irgendwas ist da faul, aber ich weiß nicht was..

Es grüßt
Peter

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 19 Sep 2013 - 03:46:43 CEST

search this site