
In order to use MySQL, edit the options.h file in the server directory and replace the following information with the correct information:

#define MYSQL_SERVER "localhost"
#define MYSQL_USER   "root"
#define MYSQL_PSW    ""
#define MYSQL_DB     "netcrack"
#define MYSQL_TABLE  "hashlist"
