Turn off the ssl function of mysql
First of all, we need to turn off mysql's ssl, otherwise we can't see what the specific sql statement is.
sudo vim /etc/mysql/mysql.conf.d/mysqld.cnf
edit the mysqld configuration file and add skip_ssl
Then restart the mysql service
sudo service mysql restart
Reference article: MySql turns off ssl
use tshark
tshark -Y mysql -T fields -e mysql.query
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。