BytemarkHosting / symbiosis

A hosting environment that works with you, not against you.
GNU General Public License v2.0
21 stars 14 forks source link

MariaDB breaks phpMyAdmin authentication in Stretch #126

Closed andrewladlow closed 5 years ago

andrewladlow commented 6 years ago

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 commented 5 years ago

Fixed with https://github.com/BytemarkHosting/symbiosis/commit/6b860c84a5ae29e05d7250c2b264472ddeb687cc New admin@localhost user is created to be used with phpMyAdmin