Dana K. Williams

Results 37 comments of Dana K. Williams

@adgower and @zudsniper Before trying to use mysql_mcp_server's cursor, please try using it with the Claude App. Also, note that your JSON example is missing the fully qualified "path/to/mysql_mcp_server".

Thanks, I'll consider adding more tools. In my experience, I've found that success can vary greatly depending on the model and the prompt.

Hi @aszenz, Thank you for pointing out this behavior and providing the detailed configuration. We don't consider this a bug because having an empty password for a MySQL user is...

@aszenz Are you logging on as root without a password by any chance?

@aszenz The easiest thing to do, for now, is to create a separate user and password for MCP use.

@Allen385 Yes, they can directly read these comments by sending the appropriate SQL query through the existing query functionality in mysql_mcp_server. 是的,他们可以通过使用 mysql_mcp_server 现有的查询功能发送适当的 SQL 查询来直接读取这些注释。用户只需发送以下查询即可: sql-- 获取表注释 SELECT table_name,...

@qinglikong Have you tried configuring and running the mysql_mcp_server via Claude Desktop?

After careful consideration, I've decided not to add a __main__.py file at this time. While I appreciate the flexibility this would add for running the server via python -m mysql_mcp_server,...

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...

@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](https://github.com/designcomputer/mysql_mcp_server) is used with the Claude app. The...