tags:

views:

309

answers:

5

I want to get a book to learn mysql. I know some things like basic selecting and updating but not very much. I don't really want a cookbook style book but a book that will give me an fundamental understanding of how SQL actually works so I understand the code I am writing instead of just copy+pasting it. I like orielly books so I was considering this one: clicky

Has anyone ready it? what book would you recommend? please recommend books that assume little to no SQL knowledge. Thanks!

+1  A: 

http://dev.mysql.com/doc/refman/5.1/en/ - It's FREE! ;-)

For more of an introduction, try this: http://dev.mysql.com/tech-resources/articles/mysql_intro.html

Tom
I'd link to the docs for MySQL 5.1, which has been GA for six months by now.
Bill Karwin
Good catch, didn't even realize that it was 4.1.
Tom
+4  A: 

Head First SQL uses MySQL in its examples, so I'd consider it. It also assumes you know nothing.

Bill the Lizard
A: 

I use an old coy of "Beginning MySQL" by Sheldon and Moes

It serves me well. It is simple enough for a beginner, and has kept me happy in my intemediate stage for about a year now.

San Jacinto
A: 

http://www.w3schools.com/sql/default.asp

xeon