You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If BTF is not enabled, you may need to download the necessary BTF file and use the --btf option when starting Kyanos [1].
Network and System Permissions: Verify that Kyanos has the necessary permissions to access network interfaces and system resources. Running Kyanos with sudo should typically provide the required permissions.
MySQL Version Compatibility: While there is no specific information on compatibility issues with MySQL 8.0.39, ensure that your MySQL version is supported by Kyanos. Compatibility issues might arise if there are protocol changes in newer MySQL versions.
Check for Errors and Logs: Review any error messages or logs generated by Kyanos for clues about what might be going wrong. This can help identify if there are specific protocol errors or unexpected packet structures.
Ensure Correct Command Usage: Double-check the command you are using to start Kyanos and ensure it is correctly configured to monitor MySQL traffic. The watch command should be set up to capture the appropriate network traffic.
If these steps do not resolve the issue, further investigation into the specific environment and configuration might be necessary.
Describe the bug
failed to watch mysql
To Reproduce
Steps to reproduce the behavior:
sudo ./kyanos watch mysql
mysql -uroot -p
select * from table;
Expected behavior
监控窗口没有捕获到请求 正常来说应该是可以捕获到查询语句的?
Screenshots
Information (please complete the following information):
The text was updated successfully, but these errors were encountered: