ColdFusion 8: Built-in Support for MySQL 4/5
Comments
# Posted By Phillip Senn
| 6/2/07 9:18 AM
# Posted By Raymond Camden
| 6/2/07 9:23 AM
This is the JDBC URL which is created by default: "jdbc:mysql://localhost:3306/mydatabase?"
It must be like "jdbc:mysql://localhost:3306/mydatabase??useUnicode=true&characterEncoding=UTF-8 "
You can find detailed instructions MySQL installation as manual on page: http://howtoforge.com/coldfusion7_mysql4.1_connect...
# Posted By O?uz Demirkap?
| 6/2/07 12:33 PM
# Posted By Emmet
| 6/2/07 12:47 PM
Not true. Just create a datasource with the new driver marked MySQL 4/5 and then add the options useUnicode=true&characterEncoding=UTF-8 to the Connection String field. The options automatically get appended to the JDBC URL.
# Posted By Lars
| 6/2/07 2:06 PM
# Posted By J.J. Merrick
| 6/2/07 6:18 PM
Rob
# Posted By Roberto
| 6/3/07 8:54 AM
# Posted By Raymond Camden
| 6/3/07 9:02 AM
Thanks
Rob
# Posted By Roberto
| 6/4/07 1:36 AM
