Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation - improve mysql configuration example #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterdragon
Copy link

  • 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

- 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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant