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

Closed
GTAXL opened this issue Feb 4, 2024 · 1 comment
Closed

Installing MariaDB on Debian 10 Proposed Changes #6830

GTAXL opened this issue Feb 4, 2024 · 1 comment

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.

@Rajakavitha1
Copy link
Collaborator

closing this now based on the comments in the PR 6830

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

Successfully merging a pull request may close this issue.

2 participants