Yes but where? nothing happens if I click phpmyadmin from DA as AdminJust use login details fromCode:cat /usr/local/directadmin/conf/my.cnf
Likely your browser (Sarafi?) blocking pop-up? Try clicking once more thereYes but where? nothing happens if I click phpmyadmin from DA as Admin
Trying manually says "Access to phpMyAdmin is only allowed from control panel."Likely your browser (Sarafi?) blocking pop-up? Try clicking once more thereIf that doesn't still work - check the browser settings.
To open it manually, you may just access https://yourdomain.com/phpMyAdmin.
ThanksJust take any domain on your server and add /phpmyadmin behind it.
example.com/phpmyadmin
If you use the user/password from my.cnf you can log in as da_admin accessing all databases.
So what is the difference between my.cnf and mysql.conf?Just use login details fromCode:cat /usr/local/directadmin/conf/my.cnf
You have this onAccess to phpMyAdmin is only allowed from control panel.
You can make /phpMyAdmin SSO-only accessible (no user/pass allowed) using:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin_public no
./build phpmyadmin
such that any access to /phpMyAdmin manually would throw:
Access to phpMyAdmin is only allowed from control panel.