-
If ports are exposed, messages sent via netcat are received and echoed correctly. But trying to connect using any MySQL client or wget fails:
```
federico@Federicos-MacBook-Air vagrant-mindsdb % c…
-
### Short description of current behavior
Using this data:
[data.csv](https://github.com/user-attachments/files/16201887/data.csv)
I can create a model with this:
```
DROP MODEL mindsdb.trades;…
-
Currently the only way to connect to a mindsdb instance is by using the hard coded environment variables. I think it would make sense to be able to set credentials in the same way as you work with dat…
-
### Short description of current behavior
The current output message after executing CREATE DATABASE to connect YouTube is this:
```
Error
Can't connect to db: Authorization required. Please follo…
-
I am trying to install mindsdb and run the example give in this page : https://docs.mindsdb.com/sql/tutorials/text-sentiment-hf
**Dockerfile I have used**
```
FROM mindsdb/mindsdb
RUN pip3 in…
-
This query produce `KeyError('COLUMNS.ORDINAL_POSITION')` :
```
dfsql.sql_query(
"SELECT * FROM COLUMNS WHERE COLUMNS.TABLE_SCHEMA = 'MINDSDB' AND COLUMNS.TABLE_NAME = 'predictors' ORDER BY COL…
-
### Short description of current behavior
When scheduled a job to sync to a knowledge base from apache druid, we give id > LAST so that mindsdb maintains context of last record synced.
But in ca…
-
### Short description of current behavior
This query is a sensible variation from what is shown in the tutorial [here](https://docs.mindsdb.com/integrations/app-integrations/slack), however it fail…
-
- How to use https://planetscale.com/
- How to use https://www.prisma.io/
- How to use https://mindsdb.com/
- How to use [GitHub Actions](https://github.com/features/actions)
- How to use https://…
-
### Short description and motivation for the proposed feature
I am using a MindsDB model with RayServe through the GUI. In this setup, there is a `train_url` key that accepts a URL for data so that t…