Click to See Complete Forum and Search --> : Recommend a good book to learn from


Wej
05-23-2008, 10:37 PM
What is a good MySQL book i can get, that is easy to understand, but will give me thorough knowledge of it? If there is a website that does this, tell me too.
Thanks for the help.

Wej
05-25-2008, 06:50 PM
So does anyone know a great mysql 5 book???

NogDog
05-25-2008, 07:05 PM
Nope. I just use the on-line reference manual (http://dev.mysql.com/doc/refman/5.0/en/index.html), and when I can't understand it or find what I need, I start Googling. :)

I'm sure www.oreilly.com has a number of MySQL-related books, at least one of which should be at the level you're looking for, but I don't have any specific recommendations. (I learned most of the introductory DB stuff while working with Oracle and Informix, and so never really had a reason to look for any introductory MySQL books.)

I might recommend the two general database tutorials at http://www.geekgirls.com/menu_databases.htm to get a good grounding in basic and intermediate concepts, at which point the on-line manual should be less daunting.

Wej
05-25-2008, 07:15 PM
I remember that website. I didn't like it too much at the time because i wasn't able to understand it. But now that i know some things, and have a server to practice with, i think i will give it another shot. Thank you.

felgall
05-25-2008, 10:39 PM
"Head First SQL" is quite good if you haven't done anything with databases before and want to learn the basics first.