Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4991
Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4993
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:4991) in /www/htdocs/v030397/mysql-qotd/wp-includes/feed-rss2-comments.php on line 8 Comments on: Question 15: Which is finally the default character set of table testi?
http://mysql-qotd.casperia.net/archives/179
mysql 5.0/5.1 questions for learning purposesFri, 06 Aug 2010 16:56:36 +0000http://wordpress.org/?v=abchourly1By: urs
http://mysql-qotd.casperia.net/archives/179/comment-page-1#comment-21
ursThu, 11 Feb 2010 17:58:46 +0000http://mysql-qotd.casperia.net/?p=179#comment-21<b>
Answer:
b
The default charset of the db was <code>utf8</code> at the time the table was created.
Default charsets and collations can be defined for a mysql instance, db and table.
The charset/collation can also be set by column.
</b>
Answer:
b
The default charset of the db was utf8 at the time the table was created.
Default charsets and collations can be defined for a mysql instance, db and table.
The charset/collation can also be set by column.