saxgard | j'ai mis phpmyadmin sur un serveur distant
mais il me trouve l'erreur suivant:
Code :
- PMA Database ... en erreur[ Documentation ]
- Fonctions relationnelles désactivé
|
quand je vais dans la documentation il me parle de :
Code :
- If you are the only user of this phpMyAdmin installation, you can use your current database to store those special tables; in this case, just put your current database name in $cfg['Servers'][$i]['pmadb'].
- If you are setting up a multi-user phpMyAdmin installation, you will need to create a new database and setup special privileges, so, as superuser:
- 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']
|
par consequent comment s efait-il qu'il a besoin de ca?
quelqu'un a t-il deja rencontré ce pb?
es-ce que ca provient d'autre chose?
|