Suite de installation php mysql...

Fermé
hb - 17 sept. 2003 à 18:17
 pouet - 17 sept. 2003 à 20:34
bonjour

alors voilà... suite à mon précédent post (voir un peu plus bas), j'ai essayé plein de truc en ajoutant des packages et en tripatouillant dans linux et donc quand je tape la commande:
"/etc/rc.d/init.d/httpd start" -> apache se met en route et donc lorsque je tape
"http://localhost" -> il y a la page d'accueil d'apache qui s'affiche

par conséquent lorsque je tape:
"http://localhost/test/test.php" (test.php étant une page avait un peu de script php) --> j'obtiens bien la visualisation de la page test.php

"/etc/rc.d/init.d/mysql start" -> il y a écrit lancement du serveur mysql OK

j'ai récupéré un phpMyAdmin.tar.gz que j'ai décompacté et installé dans "/var/www/html/phpMyAdmin"

et donc quand je tape:
"http://localhost/phpMyAdmin/" je m'attends à voir la page de bienvenue de phpMyAdmin... eh bien non!!
voici ce qui est écrit:
"Le paramètre $cfgPmaAbsoluteUri DOIT être renseigné dans votre fichier de configuration"

alors je vous pose la question:
qu'est ce qu'il faut que je fasse? qu'est ce que j'ai oublié?

voilà
merci à ceux qui vont me répondre...
a+
A voir également:

1 réponse

>alors je vous pose la question:
>qu'est ce qu'il faut que je fasse? qu'est ce que j'ai oublié?
tu as oublie d apprendre a utiliser un moteur de recherche:
http://www.google.fr/search?q=Le+param%C3%A8tre+%24cfgPmaAbsoluteUri+DOIT+%C3%AAtre+renseign%C3%A9+dans+votre+fichier+de+configuration&ie=UTF-8&oe=UTF-8&hl=fr&btnG=Recherche+Google&meta=
<citation>
T'as pas du chercher bien loin.

config.inc.php ligne 21

/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it. There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*
* If the auto-detection code does work properly, you can set to TRUE the
* $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
*/

Meme en comprenant pas l'anglais tu devrais pouvoir comprendre.

Avec linux y a pas de secret : faut lire !

PS : Sans rancune ;)
</citation>

--
pouet
0

Discussions similaires