i try to install phpmysql on debian testing i have install mysql, apache, php3
i have 3 user in my config of mysql : (user, passwor) (root,toto) (admin,tata) (nico,tutu) user admin have the same rights as root user after i create a database : test with the commande line, i have no problem for this config mysql server, apache are running so i try to install phpmysql, but when i go to http://localhost/phpmyadmin i see nothing ! i try to see a php file, and it works good i have this line in /etc/apache/httpd.conf : ,---- | Include /etc/phpmyadmin/apache.conf `---- and in /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'] = ''; `---- do you know where i have an error ? thanks -- Nicolas Lamirault CVF Bordeaux 22 quai de Bacalan 33000 BORDEAUX