You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the config above, when I try access the web interface, I get the error
Warning: require(/etc/phpmyadmin/config.secret.inc.php): Failed to open stream: Permission denied in /etc/phpmyadmin/config.inc.php on line 3
Fatal error: Uncaught Error: Failed opening required '/etc/phpmyadmin/config.secret.inc.php' (include_path='.:/usr/local/lib/php') in /etc/phpmyadmin/config.inc.php:3 Stack trace: #0 /var/www/html/show_config_errors.php(43): include() #1 {main} thrown in /etc/phpmyadmin/config.inc.php on line 3
If I uncomment the volumes portion, the above error goes but then when I try login, I get the following
mysqli::real_connect(): (HY000/2002): No such file or directory
With the pma_arbitary set to '1', I'm expecting it to ask me for a server, but it doesn't get that far, I just get the username and password box
If I set either the link or the PMA_HOST, I also get the real_connect error.
I've deleted all the config files, containers and images but I still can't get it to work.
Anyone tell me what I've missed here?
The text was updated successfully, but these errors were encountered:
I'm running portainer 2.19.0 and trying to get mariadb and phpmyadmin working together
I'v got a stack setup with the following
I can access this via the portainer console and have logged into the mariadb, created some accounts and a database
For the phpmyadmin, i've got the following
With the config above, when I try access the web interface, I get the error
If I uncomment the volumes portion, the above error goes but then when I try login, I get the following
mysqli::real_connect(): (HY000/2002): No such file or directory
With the pma_arbitary set to '1', I'm expecting it to ask me for a server, but it doesn't get that far, I just get the username and password box
If I set either the link or the PMA_HOST, I also get the real_connect error.
I've deleted all the config files, containers and images but I still can't get it to work.
Anyone tell me what I've missed here?
The text was updated successfully, but these errors were encountered: