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
mysql -u$DB_USER -p$DB_PASS -h$DB_HOST -P$DB_PORT -e "set global slow_query_log_file = \"/tmp/slow.log\"; set global long_query_time = 0; set global slow_query_log = ON;"