Enable log in Mysql (for investigation)

SET global general_log = 1;
SET global log_output = ‘file’;

show variables;