Skip to content

Commit fe07cdc

Browse files
committed
fixed issue on markdownlinter
1 parent be6dcb6 commit fe07cdc

File tree

3 files changed

+668
-1
lines changed

3 files changed

+668
-1
lines changed

PROJECT_SETUP_GUIDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ DROP TABLE test_table;
322322
- **Verify database exists**: `SHOW DATABASES;`
323323

324324
#### 3. MCP Server Fails to Connect
325+
325326
- **Check MCP server is built**: `ls /path/to/mcp-server-mysql/dist/`
326327
- **Verify Node.js version**: `node --version` (should be 18+ or 20+)
327328
- **Check logs**: `claude --debug`
@@ -388,6 +389,7 @@ For each new project:
388389
## Support
389390

390391
For issues with:
392+
391393
- **MCP Server**: Check `/path/to/mcp-server-mysql`
392-
- **Claude Code**: Run `claude --help` or visit https://docs.anthropic.com/en/docs/claude-code
394+
- **Claude Code**: Run `claude --help` or visit <https://docs.anthropic.com/en/docs/claude-code>
393395
- **SSH Tunnels**: Check server connectivity and SSH key configuration

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ For scenarios requiring frequent credential rotation or temporary connections, y
528528
- `MYSQL_CONNECTION_STRING`: MySQL CLI-format connection string (e.g., `mysql --default-auth=mysql_native_password -A -hHOST -PPORT -uUSER -pPASS database_name`)
529529

530530
When `MYSQL_CONNECTION_STRING` is provided, it takes precedence over individual connection settings. This is particularly useful for:
531+
531532
- Rotating credentials that expire frequently
532533
- Temporary database connections
533534
- Quick testing with different database configurations

0 commit comments

Comments
 (0)