Skip to main content
Solved

Does FME support mySQL SSL connections?

  • November 8, 2021
  • 1 reply
  • 18 views

 We're moving a database into Azure but all of the FME Azure writers assume it's an MS SQL database, and the MariaDB writer doesn't have any SSL settings.

Best answer by swalters

Just in case anyone else needs an answer to this, I figured out a way to do it (although I still don't know if there's a better way of doing it):

I used a JDBC writer with a mySQL driver, and at the end of the connection string I added the following:

&generateSimpleParameterMetadata=true&rewriteBatchedStatements=true

 

Without rewriteBatchedStatements it would go incredibly slowly, and without generateSimpleParameterMetadata it would warn me about a lack of metadata.

View original
Did this help you find an answer to your question?

1 reply

  • Author
  • Best Answer
  • November 11, 2021

Just in case anyone else needs an answer to this, I figured out a way to do it (although I still don't know if there's a better way of doing it):

I used a JDBC writer with a mySQL driver, and at the end of the connection string I added the following:

&generateSimpleParameterMetadata=true&rewriteBatchedStatements=true

 

Without rewriteBatchedStatements it would go incredibly slowly, and without generateSimpleParameterMetadata it would warn me about a lack of metadata.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings