@@ -116,8 +116,10 @@ You can change the application database to use Postgres using a few simple envir
export MB_DB_HOST=localhost
java -jar metabase.jar
This will tell Metabase to look for its application database using the supplied Postgres connection information.
This will tell Metabase to look for its application database using the supplied Postgres connection information. Metabase also supports providing a full JDBC connection URI if you have additional parameters:
If you prefer to use MySQL we've got you covered. You can change the application database to use MySQL using these environment variables. For example:
...
...
@@ -130,7 +132,10 @@ If you prefer to use MySQL we've got you covered. You can change the applicatio
export MB_DB_HOST=localhost
java -jar metabase.jar
This will tell Metabase to look for its application database using the supplied MySQL connection information.
This will tell Metabase to look for its application database using the supplied MySQL connection information. Metabase also supports providing a full JDBC connection URI if you have additional parameters: