David Estopa wrote: >We have a roxen that connects correctly to a server without using ssl >encription, but from the command line (with pike), we cannot especify the >correct options in the optional mapping to force the Sql object to connect to >the same server bypassing the ssl protocol or similar. There are a list of >all supported mysql client options to use in pike well documented? Or maybe
The connection string prefix normally determines the use of SSL or not to the database. In case of mysql, that should be either "mysql:" or "mysqls:", for either plain or encrypted respectively. -- Stephen.