Self-service analytics for your team
Fast, flexible customer-facing analytics
Watch 5-minute demo
Version v0.35 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
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.