/
Check for database collation during installation

Check for database collation during installation

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/a91dbfede4016c12#

When on "Database Select" step user enters database connection info, then
basic tests are performed on that database to make sure, that it can be used
by In-Portal.

One important check is not made during that time - check for database
collation match against collation user have specified.

In case when database collation is "latin1_swedish_ci" (default for MySQL
server) and user have selected "utf8_general_ci", then category permission
cache rebuild will fail, when there are categories (sections) with non-latin
characters in their names (unserialize function will fail due incorrect
encoding).

In ideal world In-Portal must add collation to any CREATE TABLE statement it
does, but it doesn't.

We could actually do both of that (create table fixing and check during
installation) to be sure that all is ok.

--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com