le 22/03/2004 à 19:21
al3xc00l
Bonjour j'ai installé récement Apache,mysql,php,phpmyadmin en suivant à la lettre l'article de LA_GLOBULE (que je remercie au passage car il est bien explicité).
Tous fonctionne bien mis à part le fait que j'ai des problèmes avec Phpmyadmin, lorsque je clique sur une de mes table, certaine fonctionne et d'autre j'ai ceci : "Impossible d'afficher la page". Je ne comprend pas..
Configuration :
apache_2.0.48
php 4.3.4
mysql 4.0.18
phpmyadmin 2.5.6
//--
Lorsque je clique sur une des base de donnée presente dans phpmyadmin j'ai un message d'erreur ecris :
quand je clique sur le "ici" j'obtien cela :
en cliquand sur documentation :
Je ne sais pas si il y a de rapport !
merci
Tous fonctionne bien mis à part le fait que j'ai des problèmes avec Phpmyadmin, lorsque je clique sur une de mes table, certaine fonctionne et d'autre j'ai ceci : "Impossible d'afficher la page". Je ne comprend pas..
Configuration :
apache_2.0.48
php 4.3.4
mysql 4.0.18
phpmyadmin 2.5.6
//--
Lorsque je clique sur une des base de donnée presente dans phpmyadmin j'ai un message d'erreur ecris :
Erreur
Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez ici.
Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez ici.
quand je clique sur le "ici" j'obtien cela :
PMA Database ... en erreur[ Documentation ]
Fonctions relationnelles désactivé
Fonctions relationnelles désactivé
en cliquand sur documentation :
$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 need special tables with a predefined structure, which we explain below.
See the Quick Install section in this document for a quick way of creating those tables. Also, if you are using a Windows server, read FAQ 1.23.
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']
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 need special tables with a predefined structure, which we explain below.
See the Quick Install section in this document for a quick way of creating those tables. Also, if you are using a Windows server, read FAQ 1.23.
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']
Je ne sais pas si il y a de rapport !
merci