I'm using Qt 4.8.6 under linux (debian).
I need to set the connection option "MYSQL_OPT_LOCAL_INFILE". I know that QSqlDatabase has the function "setConnectOptions", but the problem is that it allows to set only a subset of the available MySQL options (and MYSQL_OPT_LOCAL_INFILE is not in this subset).

Is there a way to solve this problem? Thanks in advance...