No phpMyadmin?

phpMyadmin wont work
phpMyAdmin will work.

Every phpmyadmin i have seen / used is the same unfortunately....
 
sorry.. wasnt clear before. When logging into the Domain User panel and clicking on the phpMyAdmin link its 404 Error. The only way I can get it to work is http://ipaddress/phpMyAdmin-2.5.4/
Also, how can i make it so it will let the admin and resellers in.
 
Resellers don't get access, only the database owners and root if i am correct.

Chris
 
Hello,

Try running this command:
Code:
/usr/bin/perl -pi -e 's/phpMyAdmin-2.5.0/phpMyAdmin-2.5.4/' /etc/httpd/conf/httpd.conf

John
 
The problem appears that the phpmyadmin link was removed. Try recreating it.

ln /var/www/html/phpMyAdmin-version /var/www/html/phpmyadmin
 
Back
Top