#4411 - Support MySQL default collation overrides
| Identifier | #4411 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Support MySQL default collation overrides |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 10.0.33 |
| Addon | core_database_drivers |
| Description | When migrating from one MySQL server to another, collations may be set in the MySQL dump to something different to the default connection collation for the other server. This will cause errors because any CASTed integers will be casted to the connection collation, and mismatch with the data collation. Therefore it is necessary to be able to easily set a new connection collation as a _config.php option in Composr. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet