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
I'm using this cookbook inside a box that is used for development only, therefore MySQL doesn't use a root password.
However the dbinstance.inc.php.erb template sets the AllowNoPassword variable to false regardless whether there is a password or not. Due to this setting it is impossible to login to phpMyAdmin when a password less setup is used.
The text was updated successfully, but these errors were encountered:
erikfrerejean
added a commit
to KennisMeester/chef-phpmyadmin
that referenced
this issue
Nov 6, 2015
I'm using this cookbook inside a box that is used for development only, therefore MySQL doesn't use a root password.
However the
dbinstance.inc.php.erb
template sets theAllowNoPassword
variable tofalse
regardless whether there is a password or not. Due to this setting it is impossible to login to phpMyAdmin when a password less setup is used.The text was updated successfully, but these errors were encountered: