We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
UPDATE user SET plugin='mysql_native_password' WHERE user='root';
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.
The text was updated successfully, but these errors were encountered:
Updates commands in the 'securing the installation' section. Closes l…
643a8ad
…inode#6830
closing this now based on the comments in the PR 6830
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
instead. Also mysql_secure_installation should really be changed to mariadb-secure-installation, even though they are symlinked.
The text was updated successfully, but these errors were encountered: