Use for the client.flag
argument to DBI::dbConnect()
, multiple flags can be
combined with +
or bitwOr()
.
The flags are provided for completeness.
To enforce SSL for the DB connection, add the flag CLIENT_SSL
.
Use for the client.flag
argument to DBI::dbConnect()
, multiple flags can be
combined with +
or bitwOr()
.
The flags are provided for completeness.
To enforce SSL for the DB connection, add the flag CLIENT_SSL
.