[Level 2] MySQL security check with tcpdump.

you can check if MySQL data streams are encrypted or not by the following command:
# tcpdump -l -i eth0 -w - src or dst port 3306 | strings
Wish this helps.
regards,
Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python