Hi
I am using solidCP on windows 2012
I just wanted to know: is there any way to install phpMyAdmin on the server and provide "browse" link feature for all databases?
clicking on "Browse" opens phpMyAdmin and switch to that database
If yes, is there any feature that I need to enable? I couldn't find any document and article about that.
Hello,
In the MySQL provider settings you can set the phpmyadmin URL. If you use the following
Database Browser Logon Parameters:
pma_username=[USER]
pma_password=[PASSWORD]
It should then auto login for the user.
Kind Regards,
Trevor Robinson
Thanks for your answer
Can you say me:
which setting I need to insert into following fields:
Database Browser Logon URL:
Database Browser Logon Parameters:
and DNS records as well
If I create a host under my server: phpmyadmin.domainname.com and install PHPMyAdmin on it.
do I need to set any particular setting for phpMyAdmin?
Assuming: I installed solidcp on: solidcp.domianname.com
Hi,
Using you example you would set:
Database Browser Logon URL: http://phpmyadmin.domainname.com
Database Browser Logon Parameters:
pma_username=[USER]
pma_password=[PASSWORD]
You can use https in the logon URL if you have a SSL certificate.
Kind Regards,
Trevor Robinson
Can you use a placeholder for the domain in the server name at all ? Ie we have resellers that expect the urls for control panel, etc linked to the domains, ie can something like http://cpanel.[domainname] be used or similar