MySQL
options, choose the Driver for MySQL8 and later
.127.0.0.1
or localhost
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 the config.json
file.
<empty>
for the password, unless specified differently in the config.json
file.
Test Connection...
button to check if all the provided data allows you to connect to MindsDB.
On success, you should see the message, as below.