Originally created by: gabriel....@gmail.com
What is the problem that needs to be solved (required)?
When pushing button for create new table even though my database is UTF8 I
see "Character set: latin1" and "Collation: latin1_swe...." thus forcing me
to select manually utf8 and required collation.
What is the idea in abstract terms (optional)?
"character set & collation" are "inherited":
- on database from the server if not specified at database creation
- on tables from the database if not specified at the table creation
- on columns from the table if not specified at the column creation (and
of course if they even apply).
Example workflow using the new feature (optional)?
The create table dialog probably inherits from the server settings witch is
not correct... it should inherit from database settings.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: gabriel....@gmail.com
Duplicate of: 1062.
Sorry !
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
No prob. Thanks for the update!
Mergedinto: 1062
Status: Duplicate