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

Installing MariaDB on Debian 10 Proposed Changes #6830

Open
GTAXL opened this issue Feb 4, 2024 · 0 comments
Open

Installing MariaDB on Debian 10 Proposed Changes #6830

GTAXL opened this issue Feb 4, 2024 · 0 comments

Comments

@GTAXL
Copy link

GTAXL commented Feb 4, 2024

Link: https://www.linode.com/docs/guides/how-to-install-mariadb-on-debian-10/
The following command
UPDATE user SET plugin='mysql_native_password' WHERE user='root';
no longer works. This guide needs updated for Debian 12 Bookworm. It should use

ALTER USER root@localhost IDENTIFIED VIA mysql_native_password;
SET PASSWORD = PASSWORD('foo');

instead. Also mysql_secure_installation should really be changed to mariadb-secure-installation, even though they are symlinked.

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