-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong result in cursor when url is localhost #14
Comments
Because host of mysql can not be set as localhost or 127.0.0.1 ? |
It can be localhost (127.0.0.1) if a server is running on your local machine and something's not blocking the port. I use XAMPP from https://www.apachefriends.org/ to provide MariaDB and it seems to work well. |
@liujin-r When I get some free time, I'll be happy to check Cursor for you, but both localhost and 127.0.0.1 work when mysql_mcp_server is used with the Claude app. The Claude app is the de facto standard for MCP because they invented the protocol. |
cursor的这个显示比较奇怪,你让右边的按钮显示enabled就是开启了@liujin-r |
as the image showed, I have configured mysql_mcp_server in cursor, but when i execute sql,
select * from user
there is nothing but the error
The text was updated successfully, but these errors were encountered: