Aggiornamento:
Andando ad indagare sul log di MySQL e seguendo alcune indicazioni trovate, ho inserito nel file /etc/my.cnf, nella sezione [mysqld], la seguente riga:
log = /var/log/mysql.log
Dopo di che ho riavviato mysqld
service mysqld restart
Adesso ad ogni tentativo di accesso dall'interfaccia grafica vengono registrate nel file /var/log/mysql.log le seguenti informazioni:
170713 0:40:57 3 Connect root@localhost on
3 Init DB crm
3 Query SHOW TABLES LIKE 'zz_modules'
3 Query SELECT * FROM zz_modules
3 Query SELECT *, (SELECT nome FROM zz_gruppi WHERE id=idgruppo) AS gruppo FROM zz_utenti WHERE username="" AND password=MD5("")
3 Query INSERT INTO zz_log( idutente, username, password, timestamp, ip, stato ) VALUES( "", "", "*****", NOW(), "xxx.xxx.xxx.xxx", "0" )
3 Init DB crm
3 Query SHOW TABLES LIKE 'zz_modules'
3 Query SELECT valore,tipo FROM zz_impostazioni WHERE nome="Backup automatico"
3 Quit
Continuo ad indagare...