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
Describe the bug
The script can not connect to a database because of a wrong mysql.sock location
To Reproduce
I was using bitnami lamp which has mariadb installed by default and it has a different location for mysql.sock.
Start the script without changing it manually from report.parser.pl
Expected behavior
Script should have ran without any problems.
Software Version
[X] Version 0 Alpha 5
[] Version 0 Alpha 4
[] Version 0 Alpha 3
[] Version 0 Alpha 2
Server (please complete the following information):
Describe the bug
The script can not connect to a database because of a wrong mysql.sock location
To Reproduce
I was using bitnami lamp which has mariadb installed by default and it has a different location for mysql.sock.
Start the script without changing it manually from report.parser.pl
Expected behavior
Script should have ran without any problems.
Software Version
[X] Version 0 Alpha 5
[] Version 0 Alpha 4
[] Version 0 Alpha 3
[] Version 0 Alpha 2
Server (please complete the following information):
Additional context
I fixed it by adding changing line 367 in
report-parser.pl
:Could be nice to have some kind of option to change that in the config.
Also changing MySQL my.cnf did not fix this issue.
The text was updated successfully, but these errors were encountered: