phpmyadmin or other mysql admin
hello , mysql work fine in solidcp i create mysql database and can connect to it with php
but i ask for where i can find phpmyadmin or something like it in solidcp ( some thing manage mysql db) like create table or import export ..etc and thanks
Hello,
You can implement phpmyadmin via post variables.
at the bottom of the mysql service settings in solidcp you will see the following:
Database Browser Logon URL: (enter your phpmyadmin url here)
Database Browser Logon Method: POST
Database Browser Logon Parameters:
pma_username=[USER]
pma_password=[PASSWORD]
I do believe you might need to run a phpmyadmin version behind the latest one (i heard there where some issues with the post values) but that should be fine.
Once setup people can click "Browse database" next to their mysql database in solidcp which will open and login to phpmyadmin.
Regards,
Marco
thank you very very much sir.