This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
Home
Recent changes
Your Tasks
Efforts
Bookmarks
Overall changes
P
rojects
for
streber commun...
streber
People
Companies
S
earch:
streber
>
Tasks
|
Topics
|
Milestones
|
Versions
|
Files
|
Changes
Help
internal
>
Correct creati...
> Comment
understood but...
/
#3853
Edit
Bookmark
Delete
This is an old and ugly problem. Since we support MySQL4 and MySQL5 the creation statements differ (MySQL4 does not support CHARACTER SET).
To fix this we would need two different create statements (Which would be a good idea but also a lot of work):
Implement migration class
Check for mySQL version if necessary on each upgrade / installation
Also note, that I had some problem upgrading a database which was created with mysql4 to utf8. I would need to somehow reencode the entered data, but I am not sure how to do this.