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

This question has been asked before but I could not find a recent one. I am looking for a up to date book on database design and development with mysql. What can you recommend?

share|improve this question
I don't think a database "design" book is something that gets dated too quickly, nor is it very specific to a particular rdbms. At least not the stuff that's really worth learning. – chris Jan 16 '11 at 20:07
@chris Could you suggest a good book for database design using mysql? – andrew Feb 4 '11 at 18:20

closed as not constructive by Jocelyn, Fls'Zen, NT3RP, A. Rodas, TryTryAgain May 3 at 18:18

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.

2 Answers

I think you are looking for this book: High Performance MySQL

High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas.

share|improve this answer
This may be a little advanced for me, though I wouldn't be entirely sure until I had a chance to read it. Can you recommend any books that are geared a little more towards people with less experience? – andrew Jan 18 '11 at 1:50

Few years ago I passed the MySQL 5 certification exam. During my preparation I used the official guide - "MySQL 5.0 Certification Study Guide":

http://www.amazon.com/MySQL-5-0-Certification-Study-Guide/dp/0672328127/ref=pd_sim_b_1

This book covers many aspects which you will face in your everyday work with MySQL. Together with the official manual it was indeed very useful for me (not only for taking the exam). Since then many things changed but I still recommend this book.

Cheers!

share|improve this answer

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