Notes/errata/updates for Chapter 6:
See the official book errata at http://tahaghoghi.com/LearningMySQL/errata.php –
Chapter 6 includes pages 179 – 222.
Other notes:
At the end of the “Creating Tables” section (p.183-4), it says
“We like using the underscore character to separate words, but
that’s just a matter of style and taste; you could use
underscores or dashes, or omit the word-separating formatting
altogether.” While this is true, beware of using a dash, because
MySQL will try to interpret “two-words”, thinking – is a minus
sign. I recommend avoiding dashes for this reason (even though
the book does this on page 215).
At the end of the “Collation and Character Sets” section (p.186), it says “When you’re creating a database, you can set the default character set and sort order for the database and its …
[Read more]