Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MariaDB breaks phpMyAdmin authentication in Stretch #126

Closed
andrewladlow opened this issue Jul 16, 2018 · 1 comment
Closed

MariaDB breaks phpMyAdmin authentication in Stretch #126

andrewladlow opened this issue Jul 16, 2018 · 1 comment

Comments

@andrewladlow
Copy link
Contributor

MariaDB uses unix socket authentication by default, rather than username/password. As such, phpMyAdmin HTTP authentication won't accept the credentials for the root@localhost MySQL user.

Likely fix would be to either disable unix socket auth, or create an additional MySQL user which uses username/password authentication.

@andrewladlow
Copy link
Contributor Author

Fixed with 6b860c8
New admin@localhost user is created to be used with phpMyAdmin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant