View previous topic :: View next topic |
Author |
Message |
Pancu l33t
Joined: 16 Feb 2005 Posts: 612 Location: Cesena
|
Posted: Wed Mar 02, 2005 3:12 pm Post subject: Configurare PhpMyAdmin[RISOLTO] |
|
|
Ho questo problema.
Ho installa Apache,mysql e php.Come cartella del web server Apache ho impostato /home/nomeutente/www.
Tutto funziona alla perfezione.
Ora dovrei installare phpmyadmin.
Ho eseguito:
E successivamente ho eseguito queste due operazioni:
Code: | To complete installation, you must
1. Update MySQL's grant tables and the pmadb database:
mysql -u root -p < /usr/share/webapps/phpmyadmin/2.6.1_rc1/sqlscripts/mysql /2.6.1_rc1_create.sql
2. Reload MySQL:
/etc/init.d/mysql restart
|
Ora xò se vado nel browser e faccio:
Code: | http://localhost/phpmyadmin |
Mi da errore.
Effettivamente dentro la cartella /home/nomeutente/www/ non c'è nessuna directory che si chiama phpmyadmin..
Cosa devo fare???
Grazie
Last edited by Pancu on Wed Mar 02, 2005 3:22 pm; edited 1 time in total |
|
Back to top |
|
|
realthing Apprentice
Joined: 29 Jul 2003 Posts: 163 Location: Milano, Italy
|
Posted: Wed Mar 02, 2005 3:17 pm Post subject: |
|
|
Il comando che hai lanciato dopo l'emerge di PhpMyAdmin ti installla lo stesso nella directory di publishing di default di Apache. Almeno... a me ha fatto cosi.
La dir è (a memoria..) /var/www/htdocs o qualcosa del genere.
Copiare la cartella phpmyadmin nella tua dir di publishing dovrebbe risolvere il problema! |
|
Back to top |
|
|
Pancu l33t
Joined: 16 Feb 2005 Posts: 612 Location: Cesena
|
Posted: Wed Mar 02, 2005 3:22 pm Post subject: |
|
|
Grazie ho risolto! |
|
Back to top |
|
|
|