phpmyadmin on rightscale

Subscribe to phpmyadmin on rightscale 3 post(s), 2 voice(s)

 
Avatar reoster 2 post(s)

i have installed lamp stack on rightscale

i get this following error

For security reasons, this URL is only accesible using localhost (127.0.0.1) as the hostname”

i tried modifying apache httpd.conf
i also tried commenting out the phpmyadmin.conf line and even the file

it just does not work

tell me
i need to install other applications on the image

bye
arun balaji

 
Avatar reoster 2 post(s)

i finally made it work

i installed phpmyadmin again

and it worked

 
Avatar beltran Administrator 417 post(s)

Hi,

We are glad to hear this. Just to clarify, you can find a line in <installation_directory>/apps/phpmyadmin/conf/phpmyadmin.conf file where there is this line:

Allow from 127.0.0.1

You can modify this line to allow from other IP or you can use “Allow from all” to access from everywhere.