with osticket v1.18 i experience an issue with the mariadb database which hangs after trying to log in with an agent, only after a restart of mariadb i can log in again with my admin account, in my.cnf i enabled logging:
general_log_file = /var/log/mysql/mysql.log
general_log = 1
log_error = /var/log/mysql/error.log
a query remains without an answer!
SELECT * FROM
osti_staff;
no error is written during try to sign-in, does some has any idea?