Troubleshoot the pymysql module not found error when installing the MySQL plugin
Troubleshoot the "pymysql module not found" error when installing the MySQL plugin
If you're encountering the pymysql module not found error, it likely means that the pymysql Python library is not installed on the server. pymysql is a Python package that provides a way to interact with MySQL databases using Python code and is used by the MySQL monitoring plugin.
Here are some ways to troubleshoot the error:
Ensure that you have downloaded the pymysql zipped folder from our GitHub repository and placed it in the respective plugin folder. Note: The pymysql module is bundled with the MySQL monitoring plugin, so you don't need to install it separately.