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
default output:
_mysql.c: En la función ‘_mysql_ConnectionObject_ping’:
_mysql.c:1915:41: error: ‘MYSQL’ no tiene un miembro llamado ‘reconnect’
if ( reconnect != -1 ) self->connection.reconnect = reconnect;
^
error: command 'gcc' failed with exit status 1
how to fix
sed '/st_mysql_options options;/a unsigned int reconnect;' /usr/include/mysql/mysql.h -i.bkp
OS: centos 7.(5/x)
*devenvs: MariaDB 10.x + python 2.x/3.x
default output:
_mysql.c: En la función ‘_mysql_ConnectionObject_ping’:
_mysql.c:1915:41: error: ‘MYSQL’ no tiene un miembro llamado ‘reconnect’
if ( reconnect != -1 ) self->connection.reconnect = reconnect;
^
error: command 'gcc' failed with exit status 1
how to fix
sed '/st_mysql_options options;/a unsigned int reconnect;' /usr/include/mysql/mysql.h -i.bkp
source: DefectDojo/django-DefectDojo#407
The text was updated successfully, but these errors were encountered: