MySQL error: command ‘clang’ failed with exit status 1 macOS Mojave homebrew Posted on 9 October 2018 by dev _mysql.c:1894:3: error: use of undeclared identifier 'my_bool' my_bool recon = reconnect; ^ _mysql.c:1895:58: error: use of undeclared identifier 'recon' mysql_options(&self->connection, MYSQL_... Read More