Mysql Metabase



I'm running metabase and MySQL in seperate docker containers, both connecting to the same bridge. I can ping the MySQL container from the metabase container. However, when I try to connect to MySQL from the metabase interface, I am getting the following error: 'unexpected end of stream, read 0 bytes from 4 (socket was closed by server)'. Improve this question. Follow asked Mar 12 at 9:34. Sushovan Das Sushovan Das. 1 1 1 bronze badge. Please take a look at the SO guidelines.

Mysql Metabase Certification

How to add a MySQL database in Metabase?

As all databases, it is all a questions of credentials. To add a database within Metabase, proceed as follow:

Metabase

Mysql Metabase Software

  • Click on settings (right top and corner).
  • Click on admin.
  • Click on databases (top menu).
  • Click on add database.
  • Choose the database type 'MySQL'.
  • Give an explicit name to your database, a name that you can easily remember later on.
  • Indicate the host, if it is a local database, just let localhost.
  • Indicate the port, if it is a local database, high chances that you can keep this field empty.
  • Indicate the database name which correspond to the database you are querying.
  • Indicate the user who has access to this database, so to say your username.
  • For the rest, those are security measures, so as far as your database is not that big and that you are working with Metabase locally you don't need to fill those fields.

Metabase Mysql 8

Ok, you are good to go.