MindsDB SQL Editor¶
MindsDB provides a SQL Editor so you don't need to download additional SQL clients to connect to MindsDB. There are two ways you can use the Editor:
After any of the Self-Hosted Setups - Linux, Windows, MacOs or directly from source code - go to your terminal and execute:
python -m mindsdb
On execution, you should get:
...
2022-05-06 14:07:04,599 - INFO - - GUI available at http://127.0.0.1:47334/
...
Immediately after, your browser will automatically open the MindsDB SQL Editor. In case it doesn't, just visit the URL http://127.0.0.1:47334/
in your browser of preference.
-
Go to MindsDB Cloud
-
Just log in to your account, and you will be automatically directed to the Editor.
What is next?
We recommend you to follow one of our tutorials or jump more into detail understanding the MindsDB Database