Data Setup
First, create a new database connection in DBeaver by clicking the icon, as shown below.If you have multiple
MySQL
options, choose the Driver for MySQL8 and later
.-
127.0.0.1
orlocalhost
for the host name. If you run MindsDB in cloud, specify the host name accordingly. -
47335
for the port, which is the port of the MySQL API exposed by MindsDB. Learn more about available APIs here. -
mindsdb
for the database name. -
mindsdb
for the user name, unless specified differently in theconfig.json
file. -
<empty>
for the password, unless specified differently in theconfig.json
file.
Testing the Connection
Click on theTest Connection...
button to check if all the provided data allows you to connect to MindsDB.
On success, you should see the message, as below.