[GH-ISSUE #2730] [FEAT]: SQL-Agent Test Connection #1750

Closed
opened 2026-02-22 18:26:21 -05:00 by yindo · 4 comments
Owner

Originally created by @JahnelDietmar on GitHub (Nov 28, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2730

Originally assigned to: @timothycarambat on GitHub.

What would you like to see?

I have a problem with the SQL-Agent: Connection to my MySQL-Database does not work. I tried with several LLMs
It would be helpful to have a "Test Connection" button to see if the connection is working and an option to edit existing connections.
Thanks

grafik

grafik

Originally created by @JahnelDietmar on GitHub (Nov 28, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2730 Originally assigned to: @timothycarambat on GitHub. ### What would you like to see? I have a problem with the SQL-Agent: Connection to my MySQL-Database does not work. I tried with several LLMs It would be helpful to have a "Test Connection" button to see if the connection is working and an option to edit existing connections. Thanks ![grafik](https://github.com/user-attachments/assets/b96aa149-68c8-4ae9-8a96-d2475094bb9f) ![grafik](https://github.com/user-attachments/assets/4278a84d-aff7-4fec-8e85-5c6a6636b063)
yindo added the enhancementUI/UXfeature request labels 2026-02-22 18:26:21 -05:00
yindo closed this issue 2026-02-22 18:26:21 -05:00
Author
Owner

@caption84 commented on GitHub (Dec 12, 2024):

When will the test for the SQL connector finally come? all users were only interested in this feature 🫵😉

@caption84 commented on GitHub (Dec 12, 2024): When will the test for the SQL connector finally come? all users were only interested in this feature 🫵😉
Author
Owner

@chjiyun commented on GitHub (Feb 21, 2025):

I have also been unable to connect to the database, have you solved it?

@chjiyun commented on GitHub (Feb 21, 2025): I have also been unable to connect to the database, have you solved it?
Author
Owner

@ckwlee1 commented on GitHub (Aug 11, 2025):

If you enter incorrect connection information, the SQL connector will indicate that the connection is unsuccessful. Thus, it serves as a form of connection testing. However, a successful connection does not guarantee that you can manipulate the database correctly, as this depends on the capabilities of the LLM model. I've tried several LLM models (including QWNE3.1, Gemma3, Llama3, and DeepSeek-R1) for simple operations, such as '@agent list the columns in table Sales' but it only provided a psql instruction on how to perform the task instead of executing it for me.

@ckwlee1 commented on GitHub (Aug 11, 2025): If you enter incorrect connection information, the SQL connector will indicate that the connection is unsuccessful. Thus, it serves as a form of connection testing. However, a successful connection does not guarantee that you can manipulate the database correctly, as this depends on the capabilities of the LLM model. I've tried several LLM models (including QWNE3.1, Gemma3, Llama3, and DeepSeek-R1) for simple operations, such as '@agent list the columns in table Sales' but it only provided a psql instruction on how to perform the task instead of executing it for me.
Author
Owner

@timothycarambat commented on GitHub (Aug 12, 2025):

This was closed in https://github.com/Mintplex-Labs/anything-llm/pull/4150 - it should have been closed in that PR

@timothycarambat commented on GitHub (Aug 12, 2025): This was closed in https://github.com/Mintplex-Labs/anything-llm/pull/4150 - it should have been closed in that PR
yindo changed title from [FEAT]: SQL-Agent Test Connection to [GH-ISSUE #2730] [FEAT]: SQL-Agent Test Connection 2026-06-05 14:42:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1750