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
When using MySQL or MariaDB, secure-file-priv option must be disabled in the configuration file.
[mysqld]
secure-file-priv = ""
However, It would be better for the code to work without this modification. The destination folder can be found by requesting the secure_file_priv variable in MySQL.
SHOW VARIABLES LIKE "secure_file_priv";
The text was updated successfully, but these errors were encountered:
AppArmor also prevents MySQL from writing to WebHashcat/WebHashcat/Files/tmp, I should find a way to make it work under such conditions without having to change AppArmor config
Hi! Framework is great and I highly enjoy it. However I have one major issue - my WebHashcat seems to not synchronise properly with server files. Interface doesn't read hashfiles (e.g. there's no information about lines) and I can't delete hashfiles via interface.
I've also added default "--force" option to HashNodes running on virtual machines, so they can run with OpenGL, but I'm still not getting any data back from nodes. Can it be supervisord problem, as I'm not running it at all? Edit: even after running supervisord the issue still exists. :(
When using MySQL or MariaDB, secure-file-priv option must be disabled in the configuration file.
However, It would be better for the code to work without this modification. The destination folder can be found by requesting the secure_file_priv variable in MySQL.
SHOW VARIABLES LIKE "secure_file_priv";
The text was updated successfully, but these errors were encountered: