unknown
1970-01-01 00:00:00 UTC
- What should happen if that line I added failed?
=20
Depends. If your MySQL version doesn't support SET NAMES (some before=20
5.0 probably don't) using it may not be wise.
- Continue anyway with just a warning?
=20
Only testing could tell.=20
- Should there be a check to make sure the connection and the database
type match?
=20
SQLgrey would have to guess the MySQL version in order to handle thistype match?
=20
properly, to make it worthwhile it should check that the database
charset is in a whitelist (or a specific charset).
This would add quite a bit of code (probably buggy as conditions would
be hard to guess), I'd prefer putting configuration recommendations in
the HOWTO but I'm not exactly sure what would work on which version of
MySQL either...
LioneL