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
haarpClean.cpp: In function ‘int main(int, char**)’:
haarpClean.cpp:420:83: error: ‘MYSQL_PORT’ was not declared in this scope
if(!mysql_real_connect(connect,host.c_str(),user.c_str(),pass.c_str(),db.c_str(),MYSQL_PORT,NULL,0)) {
^~~~~~~~~~
haarpClean.cpp:420:83: note: suggested alternative: ‘MYSQL_STMT’
if(!mysql_real_connect(connect,host.c_str(),user.c_str(),pass.c_str(),db.c_str(),MYSQL_PORT,NULL,0)) {
^~~~~~~~~~
MYSQL_STMT
The text was updated successfully, but these errors were encountered:
haarpClean.cpp: In function ‘int main(int, char**)’:
haarpClean.cpp:420:83: error: ‘MYSQL_PORT’ was not declared in this scope
if(!mysql_real_connect(connect,host.c_str(),user.c_str(),pass.c_str(),db.c_str(),MYSQL_PORT,NULL,0)) {
^~~~~~~~~~
haarpClean.cpp:420:83: note: suggested alternative: ‘MYSQL_STMT’
if(!mysql_real_connect(connect,host.c_str(),user.c_str(),pass.c_str(),db.c_str(),MYSQL_PORT,NULL,0)) {
^~~~~~~~~~
MYSQL_STMT
The text was updated successfully, but these errors were encountered: