phpmyadmin problem
i have a problem with the installation of phpmyadmin
i'm on testing. I install mysql-client, mysql-server, php, apache
i create 3 user on mysql : (user,password)
(root, toto) (admin,tata) (nico,tutu)
admin have the same rights as root
i create a database test, and user nico could insert,delete, ... on
this database
i have no problem to use it in an xterm, but i try to install
phpmyadmin
i have nothing on this url : http://localhost/phpmyadmin
i modify the file /etc/phpmyadmin/config.inc.php :
,----
| $cfgServers[1]['host'] = 'localhost';
| $cfgServers[1]['port'] = '';
| $cfgServers[1]['socket'] = '';
| $cfgServers[1]['connect_type'] = 'tcp';
| $cfgServers[1]['adv_auth'] = true;
| $cfgServers[1]['user'] = 'admin';
| $cfgServers[1]['password'] = 'tata';
| $cfgServers[1]['only_db'] = '';
`----
and i have this on /etc/apache/httpd.conf : Include /etc/phpmyadmin/apache.conf
and the file /etc/phpmyadmin/apache.conf is :
,----
| Alias /phpmyadmin /usr/share/phpmyadmin
|
| <DirectoryMatch /usr/share/phpmyadmin/>
| Options +FollowSymLinks
| AllowOverride None
| order allow,deny
| allow from all
| <IfModule mod_php3.c>
| php3_magic_quotes_gpc Off
| php3_track_vars On
| php3_include_path .
| </IfModule>
| <IfModule mod_php4.c>
| php_flag magic_quotes_gpc Off
| php_flag track_vars On
| php_value include_path .
| </IfModule>
| </DirectoryMatch>
`----
but i can't have the interface for phpmyadmin !!!
could you help me ?
--
Nicolas Lamirault
CVF Bordeaux 22 quai de Bacalan
33000 BORDEAUX
Reply to: