Replies: 4 comments 1 reply
-
+---------------------------+ |
Beta Was this translation helpful? Give feedback.
-
mysql Ver 15.1 Distrib 10.11.6-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper |
Beta Was this translation helpful? Give feedback.
-
gcc (Debian 12.2.0-14) 12.2.0 |
Beta Was this translation helpful? Give feedback.
-
was running into the same issue and made this |
Beta Was this translation helpful? Give feedback.
-
when i use "git pull" command to update the codes and make them, i found this:
/opt/ac/AzerothCore-wotlk-with-NPCBots/src/server/database/Database/MySQLConnection.cpp:132:9: fatal error: use of undeclared identifier 'mysql_ssl_mode'; did you mean 'mysql_ssl_set'?
mysql_ssl_mode opt_use_ssl = SSL_MODE_DISABLED;
^~~~~~~~~~~~~~
mysql_ssl_set
/usr/include/mariadb/mysql.h:539:14: note: 'mysql_ssl_set' declared here
int STDCALL mysql_ssl_set(MYSQL *mysql, const char *key,
^
1 error generated.
who can tell me how to fix it? thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions