SQL Alchemy and MindsDB¶
Note: MidnsDB has a working integration with SQL Alchemy.
To connecto to MindsDB, please proceed as you would if you were connecting to a standard MySQL Database.
Connect to mindsDB cloud¶
If you have a mindsdb cloud, please use the following information:
- Hostname:
- cloud.mindsdb.com
- Database name (leave empty)
- Port:
- 3306
- Credentials:
- MindsDB Cloud username and password
On premise Deployment¶
- Hostname:
- 127.0.0.1 or the IP address where you are hosting your MindsDB server.
- Database name (leave empty)
- Port:
- 47335
- Credentials:
- user: mindsdb
- password: empty