Skip to content

re-implement mysql flags

Please implement mysql connection options, aka 'flags'. It seems this was done in the past (#1513 (closed)), and the flags are still defined as a setting, but not used in the connection (which will require a switch to mysqli_real_connect()), I'd guess a regression from switching to mysqli_*() functions.

My use case is to enable SSL in the mysql connection from slave servers.