Dancer-Plugin-Database icon indicating copy to clipboard operation
Dancer-Plugin-Database copied to clipboard

Documentation - improve mysql configuration example

Open peterdragon opened this issue 6 years ago • 1 comments

  • add ShowErrorStatement to append relevant statement text to error messages
  • add mysql_enable_utf8 and mysql_enable_utf8mb4 flags to add UTF-8 encoding support for up to 3 (older) or 4 bit (newer) DBD::mysql and MySQL server
  • add SET_SQL_MODE='TRADITIONAL' to turn on strict mode in MySQL for errors

peterdragon avatar Dec 16 '19 11:12 peterdragon

@bigpresh this PR is just a doc change. It looks like the CI is failing on a dependency on DBI. Regards, Peter

peterdragon avatar Dec 16 '19 11:12 peterdragon