False positive with mysql_root warning
Posted: Wed Apr 02, 2025 4:29 pm
Script URL: HESK
Version of script: 3.5.3
I have deployed HESK to run by nginx under `nginx` user, with socket authorization in MariaDB. This means I have db_host == localhost, db_user == nginx, and db_pass empty. However, because of the check in admin/admin_settings_general.php, I'm always getting warned about MySQL login as root user, which is not possible.
I think that check should include db_user as well.
Version of script: 3.5.3
I have deployed HESK to run by nginx under `nginx` user, with socket authorization in MariaDB. This means I have db_host == localhost, db_user == nginx, and db_pass empty. However, because of the check in admin/admin_settings_general.php, I'm always getting warned about MySQL login as root user, which is not possible.
I think that check should include db_user as well.