Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Any recommendations for a solid, comprehensive coverage of MySql for someone who is very experienced database-wise, but needs to get the MySql architecture, differences and peculiarities?

thanks, Chris

share|improve this question

closed as not constructive by Daniel Fischer, Bill the Lizard May 11 at 0:34

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

SQL in a Nutshell (3rd ed) isn't exactly what you're asking about, but I find it invaluable as a reference to see the various differences from ANSI standards for each of MySQL, PostgreSQL, Oracle, and SQL Server.

share|improve this answer

Amazon has lots of MySQL books you can try.

I'm sure you'll say "I can do an Amazon search", and you'll be correct. "High Performance MySQL" sure looks good. It's the second one on the list. Do you trust Amazon's algorithms? We'll see if there are folks here who can second that opinion.

share|improve this answer
High Performance MySQL is great. – Emil H Jul 7 '09 at 1:25

Understanding MySQL Internals and High Performance MySQL: Optimization, Backups, Replication, and More can be considered the definitive books on MySQL internals. They are both worth being read.

share|improve this answer

Doorstop IV, ie MySQL 4th Edition by Paul Dubois, is really well written and comprehensive.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.