PDA

View Full Version : phpmyadmin



pilpelet
06-14-2004, 03:12 PM
Hi to all ,

Well phpMyAdmin is not on /var/www/html
and i dont feel like learning all of phpmyadmin triks , any easy way
to automate the installtion , I tried to run phpMyAdmin.sh from DA folder but got error .

Thanks in advance .

toml
06-14-2004, 03:57 PM
The easy way is to run phpmyadmin.sh from the scripts directory, but I see you already did that. What kind of error were you getting?

You could download the latest version unpack it in /var/www/html and add the alias lines to /etc/httpd/conf/httpd.conf file by hand. Also you want edit the config.inc.php file in phpmyadmin to do http authentication.

pilpelet
06-14-2004, 04:03 PM
Hi ,

tnx , ill try it , what exactly will http authentication achive and how to ajust it ? what parameters ?

toml
06-14-2004, 04:08 PM
The default authentication for phpmyadmin is config, which means you put the username and password in the config.inc.php file. http authentication pops that dialog box and prompts for a username and password. Look in the config.inc.php file in the phpmyadmin directory.

Take a look at the phpmyadmin.sh script, it is a very simple shell script, it will show you exactly what it was trying to do, plus you may see what was causing that error you received before.

pilpelet
06-14-2004, 11:51 PM
Hi ,
The error was path not found or something .