Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dveeden/sock_debug
https://github.com/dveeden/sock_debug
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dveeden/sock_debug
- Owner: dveeden
- Created: 2022-02-18T13:36:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T13:40:55.000Z (over 2 years ago)
- Last Synced: 2024-06-20T20:43:34.802Z (5 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is a tool to inspect the MySQL Protocol as it is transported over a UNIX domain socket.
# Building
```
go build
```# Running
```
Usage of ./sock_debug:
-serverSocket string
socket to connect to (default "/tmp/tidb.sock")
```Start `./sock_debug` and it will start to listen on `/tmp/sock_debug.socket` and by default connect to `/tmp/tidb.sock`. Communication is printed on the console.