[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 3] Install Memcached Storage Engine for MySQL on CentOS 5.4

[Level 1] How to install Jython on Ubuntu.

[Level 2] Shell Interactive With Zenity Episode 4 -- file-selection