phpmyadmin

pilpelet

Verified User
Joined
Oct 12, 2003
Messages
101
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 .
 
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.
 
Hi ,

tnx , ill try it , what exactly will http authentication achive and how to ajust it ? what parameters ?
 
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.
 
Back
Top