dokku-mariadb icon indicating copy to clipboard operation
dokku-mariadb copied to clipboard

Results 5 dokku-mariadb issues
Sort by recently updated
recently updated
newest added

I am using dokku v0.3.22 and this plugin is no longer adding variables to my apps like it used to. Is there a way I can make this work with...

Hi if possible reduce length of password to 16 character with this command $(< /dev/urandom tr -dc A-Za-z0-9 | head -c 16) your generated pass is: NEQ0R2dReW1FNEowTngxMXErNEpFcTM3cko1QjFmcVhkT3V3ZHNMejJ4cz0K and also give...

When I run `dokku mariadb:console myapp` I got this error: ``` ERROR 1045 (28000): Access denied for user 'myapp'@'172.17.0.37' (using password: YES) ``` Also my app throws this: `SQLSTATE[HY000] [1045]...

Hi Can i change mariadb config like max_connections_limit and ... thanks