| Author |
Message |
random
Moderator


Joined: 30 Oct 2000 Posts: 3382
Location: Left Field
|
Posted:
Sat Mar 29, 2003 1:48 pm Post subject: Book recommendations |
|
Can anyone recommend a good book for MySQL?
I'm not looking for a command reference. Something a little more along the lines of a learn by example and explanation type book. |
_________________ Democracy substitutes election by the incompetent many for appointment by the corrupt few. -George Bernard Shaw
function video() {
die("radio star");
}
|
|
|
|
|
BamZipPow
Alpha Dog


Joined: 02 Aug 2001 Posts: 17977
Location: Driving EEp all over the place...
|
Posted:
Sat Mar 29, 2003 3:41 pm Post subject: |
|
Did you check this out? |
_________________ BamZipPow
...all yer EEps belong to Bam!
     
|
|
|
|
|
BamZipPow
Alpha Dog


Joined: 02 Aug 2001 Posts: 17977
Location: Driving EEp all over the place...
|
Posted:
Sat Mar 29, 2003 3:43 pm Post subject: |
|
Of course...you could buy it as well...
Or download it in various modes/forms... |
_________________ BamZipPow
...all yer EEps belong to Bam!
     
|
|
|
|
|
random
Moderator


Joined: 30 Oct 2000 Posts: 3382
Location: Left Field
|
Posted:
Sat Mar 29, 2003 4:00 pm Post subject: |
|
Yeah i use that often but I need something that isn't so undecipherable (is that a word?).
The examples they have leave me confused. |
_________________ Democracy substitutes election by the incompetent many for appointment by the corrupt few. -George Bernard Shaw
function video() {
die("radio star");
}
|
|
|
|
|
Lycander
Lead Dog


Joined: 24 May 2002 Age: 25 Posts: 12198
Location: The Constitution State
|
Posted:
Sat Mar 29, 2003 6:06 pm Post subject: |
|
What language are you planning on using to access MySQL? For example if you were using PHP, there are books that deal specifically with PHP and how to access MySQL with it. With any language that has database support, you'd just connect to it (ODBC I think?) and pass around SQL statements.
Or are you looking for books that deal with using MySQL in non-programmatic ways like configuring, installing, admining? |
_________________ To the top of hunger mountain
I found my solitary ways
Where I could live on nuts and honey
And take my shelter in a cave
|
|
|
|
|
random
Moderator


Joined: 30 Oct 2000 Posts: 3382
Location: Left Field
|
Posted:
Sat Mar 29, 2003 7:36 pm Post subject: |
|
I just went out and bought this book.
it seems to be exactly what i am looking for. |
|
|
|
|
|
|
Code_Monkey
Butt Sniffer


Joined: 28 Mar 2002 Posts: 1041
Location: The Magic Kingdom
|
Posted:
Sat Mar 29, 2003 8:00 pm Post subject: |
|
it's a very good book.. that would be my recco for php & mysql
I've found the mysql site is the best resource for mysql documentation. |
|
|
|
|
|
|
|
|