mysql: image: mysql:8.0 container_name: mysql environment: MYSQL_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: slow_query_db MYSQL_USER: user MYSQL_PASSWORD: password ...
mysql_analyse_general_log.pl allow to parse MySQL general log file (all queries) and identify all requests per transaction. To use it you need to activate the general.log of MySQL. Activation of MySQL ...