Additions:
To select a character set and character collation at server startup in an option file include these lines:
Deletions:
No Differences
Additions:
>>http://dev.mysql.com/doc/refman/5.5/en/charset-server.html
http://dev.mysql.com/doc/refman/5.5/en/innodb-default-se.html
====mysql my.cnf character set and character collation====
To select a character set and collation at server startup in an option file, include these lines:
[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci
To make innodb the default engine and use a separate file for each table add
http://dev.mysql.com/doc/refman/5.5/en/innodb-default-se.html
====mysql my.cnf character set and character collation====
To select a character set and collation at server startup in an option file, include these lines:
[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci
To make innodb the default engine and use a separate file for each table add
Deletions:
to make innodb the default engine and use a separate file for each table add