Click on the 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.
To finally make sure that our MindsDB database connection works, let’s run some
queries.
Copy
Ask AI
SHOW FULL DATABASES;
On execution, we get:
Copy
Ask AI
+----------------------+---------+--------+| Database | TYPE | ENGINE |+----------------------+---------+--------+| information_schema | system | [NULL] || mindsdb | project | [NULL] || files | data | files |+----------------------+---------+--------+
Here is how it looks in DBeaver:
Whitelist MindsDB Cloud IP addressIf you need to whitelist the MindsDB Cloud IP address to gain access to your
database, reach out to the MindsDB team, and we’ll share the MindsDB Cloud
static IP address with you.
Now that you are all set, we recommend you to check out our Tutorials section where you’ll find various examples of
regression, classification, and time series predictions with MindsDB or Community Tutorials list.To learn more about MindsDB itself, follow the guide on
MindsDB database structure. Also, don’t miss out on the
remaining pages from the SQL API section, as they explain a common SQL
syntax with examples.Have fun!