Skip to content

Commit bbc0877

Browse files
authoredMar 31, 2025··
Update README.md
1 parent e23a474 commit bbc0877

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ The easiest way to install and configure this MCP server is through [Smithery](h
8080
```bash
8181
npx -y @smithery/cli@latest install @benborla29/mcp-server-mysql --client claude
8282
```
83-
-- or --
84-
if you don't want to use smithery, use this
83+
or if you don't want to use smithery, use this
8584
```
8685
npx mcprunner MYSQL_HOST=127.0.0.1 MYSQL_PORT=3306 MYSQL_USER=root MYSQL_PASS=root MYSQL_DB=demostore ALLOW_INSERT_OPERATION=true ALLOW_UPDATE_OPERATION=true ALLOW_DELETE_OPERATION=false -- npx -y @benborla29/mcp-server-mysql
8786
```

0 commit comments

Comments
 (0)
Please sign in to comment.