Skip to content
Snippets Groups Projects
Unverified Commit 1bfb2c12 authored by Damon P. Cortesi's avatar Damon P. Cortesi Committed by GitHub
Browse files

Fix MySQL troubleshooting link (#12356)

parent bb313325
Branches
Tags
No related merge requests found
......@@ -4,4 +4,4 @@
Metabase uses the MariaDB connector to connect to MariaDB and MySQL servers. The MariaDB connector does not currently support MySQL 8's default authentication plugin, so in order to connect, you'll need to change the plugin used by the Metabase user to `mysql_native_password`: `ALTER USER 'metabase'@'%' IDENTIFIED WITH mysql_native_password BY 'thepassword';`
If you're still experiencing problems connecting, please refer to the [troubleshooting guide](../../troubleshooting-guide/datawarehouse.html#mysql-unable-to-log-in-to-mysql-8-with-correct-credentials).
If you're still experiencing problems connecting, please refer to the [troubleshooting guide](../../troubleshooting-guide/datawarehouse.html#mysql-unable-to-log-in-with-correct-credentials).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment