t SQL queries. Can anyone perhaps recommend a good book that can
>>> shed light on the subject?
>>>
>>> Thanks.
>>
>> The book I've been using is 'MySQL, The definitive guide to using,
>> programming, and administering MySQL 4.1 and 5.0'
I have two of Paul's books and they are excellent.
- Original Message -
From: "Paul DuBois"
To: "[MySQL] Mysql list"
Cc: "MikeB" ; "Philip Riebold"
Sent: Thursday, October 28, 2010 1:45 PM
Subject: Re: SQL book recommendation?
On O
On Oct 26, 2010, at 6:31 AM, Philip Riebold wrote:
>
> On 26 Oct 2010, at 11:49, MikeB wrote:
>
>> I'm finding the MySQL online manuals hard going in figuring out how to
>> construct SQL queries. Can anyone perhaps recommend a good book that can
>> shed lig
2010/10/26 Philip Riebold :
>
> On 26 Oct 2010, at 11:49, MikeB wrote:
>
>> I'm finding the MySQL online manuals hard going in figuring out how to
>> construct SQL queries. Can anyone perhaps recommend a good book that can
>> shed light on the subject?
>>
&
Visit our site (www.artfulsoftware.com) for lots of tips, especially on
queries.
Arthur
>-Original Message-
> >From: Philip Riebold [mailto:p.rieb...@ucl.ac.uk]
> >Sent: Tuesday, October 26, 2010 7:31 AM
> >To: MikeB
> >Cc: mysql@lists.mysql.com
> >Sub
>-Original Message-
>From: Philip Riebold [mailto:p.rieb...@ucl.ac.uk]
>Sent: Tuesday, October 26, 2010 7:31 AM
>To: MikeB
>Cc: mysql@lists.mysql.com
>Subject: Re: SQL book recommendation?
>
>
>On 26 Oct 2010, at 11:49, MikeB wrote:
>
>> I'm finding the MySQL
On 26 Oct 2010, at 11:49, MikeB wrote:
> I'm finding the MySQL online manuals hard going in figuring out how to
> construct SQL queries. Can anyone perhaps recommend a good book that can shed
> light on the subject?
>
> Thanks.
The book I've been using is '
[snip]
I'm finding the MySQL online manuals hard going in figuring out how to
construct SQL queries. Can anyone perhaps recommend a good book that can
shed light on the subject?
[/snip]
http://www.peachpit.com/store/product.aspx?isbn=0321375734
MySQL, Second Edition: Visual QuickStart
I'm finding the MySQL online manuals hard going in figuring out how to
construct SQL queries. Can anyone perhaps recommend a good book that can
shed light on the subject?
Thanks.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
>> But EXPLAIN is only a prediction. If you look at the changes in the
>> Handler status variables, you'll see the second one reads fewer rows.
>>
>>
>
> Ok, I think I get it. I first changed both of my queries to add
> "sql_no_cache" because without that, the Handler_read_rnd_next variable was
>
Baron Schwartz wrote:
Hi!
On Wed, Mar 11, 2009 at 8:20 PM, David M. Karr
wrote:
Using 5.0.67-0ubuntu6 on Ubuntu 8.10.
I'm going through the "High Performance MySQL" book. I was reading section
4.4.1.8, titled "MIN() and MAX()". The point of this is that MySQL d
Hi!
On Wed, Mar 11, 2009 at 8:20 PM, David M. Karr
wrote:
> Using 5.0.67-0ubuntu6 on Ubuntu 8.10.
>
> I'm going through the "High Performance MySQL" book. I was reading section
> 4.4.1.8, titled "MIN() and MAX()". The point of this is that MySQL doesn'
Using 5.0.67-0ubuntu6 on Ubuntu 8.10.
I'm going through the "High Performance MySQL" book. I was reading
section 4.4.1.8, titled "MIN() and MAX()". The point of this is that
MySQL doesn't optimize MIN()/MAX() very well, but it showed a supposed
workaround for
On Tue, Feb 24, 2009 at 8:59 AM, PJ wrote:
> Reinhardt Christiansen wrote:
> >
> >
> >
> >> From: PJ
> >> To: MySql
> >> Subject: how to deal with multiple authors for one book
> >> Date: Mon, 16 Feb 2009 17:20:54 -0500
> >>
>
Reinhardt Christiansen wrote:
>
>
>
>> From: PJ
>> To: MySql
>> Subject: how to deal with multiple authors for one book
>> Date: Mon, 16 Feb 2009 17:20:54 -0500
>>
>> In my db there are a number of books with several authors; so, I am
>> wonderi
>-Original Message-
>From: PJ [mailto:af.gour...@videotron.ca]
>Sent: Sunday, February 22, 2009 2:39 PM
>To: MySql
>Subject: book categories
>
>Here's a tough one...
>In my library I have some 62 categories where a number of books can be
>in several
Claudio Nanni wrote:
> Hi Phil,
> relax you are on track!
> First a little theory.
> In this case you have the so called N-to-M relationship.
> While if you need to relate one book to one author(given only one author per
> book!)
> you have the so called 1-to-N relationship,
Hi Phil,
relax you are on track!
First a little theory.
In this case you have the so called N-to-M relationship.
While if you need to relate one book to one author(given only one author per
book!)
you have the so called 1-to-N relationship, in this case you have the N-to-M
relationship.
If you are
Here's a tough one...
In my library I have some 62 categories where a number of books can be
in several categories.
Now, to relate the "categories" table(AS c) to the "book" table (AS a),
I assume that I need an intermediate table "book_category" (AS d)
l
>> insert (via php-mysql pages) data and retrieve and display these books
>>> with several authors
>>> I suspect that to insert data for a multiple author book I will have to
>>> enter all data other than the author names into the book table and enter
>>> t
play these books
>> with several authors
>> I suspect that to insert data for a multiple author book I will have to
>> enter all data other than the author names into the book table and enter
>> the authors in the author tables with foreign keys to reference the
>> autho
suspect that to insert data for a multiple author book I will have to
> enter all data other than the author names into the book table and enter
> the authors in the author tables with foreign keys to reference the
> authors and their book.
> Then to retrieve and display the book,I wou
In my db there are a number of books with several authors; so, I am
wondering how to set up a table on books and authors to be able to
insert (via php-mysql pages) data and retrieve and display these books
with several authors
I suspect that to insert data for a multiple author book I will have to
At 06:16 PM 2/14/2009, Paul DuBois wrote:
On Feb 14, 2009, at 5:49 PM, mos wrote:
At 05:20 PM 2/14/2009, mos wrote:
At 04:07 AM 2/14/2009, Andy Shellam wrote:
To be honest, I got started straight from the MySQL manual. There
is a tutorial section in the manual as well, and it's also
availab
On Feb 14, 2009, at 5:49 PM, mos wrote:
At 05:20 PM 2/14/2009, mos wrote:
At 04:07 AM 2/14/2009, Andy Shellam wrote:
To be honest, I got started straight from the MySQL manual. There
is a tutorial section in the manual as well, and it's also
available to download as a PDF.
Links:
Manua
At 05:20 PM 2/14/2009, mos wrote:
At 04:07 AM 2/14/2009, Andy Shellam wrote:
To be honest, I got started straight from the MySQL manual. There is a
tutorial section in the manual as well, and it's also available to
download as a PDF.
Links:
Manual (English): http://dev.mysql.com/doc/refman/
At 04:07 AM 2/14/2009, Andy Shellam wrote:
To be honest, I got started straight from the MySQL manual. There is a
tutorial section in the manual as well, and it's also available to
download as a PDF.
Links:
Manual (English): http://dev.mysql.com/doc/refman/5.1/en/index.html
Manual (English P
To be honest, I got started straight from the MySQL manual. There is a
tutorial section in the manual as well, and it's also available to
download as a PDF.
Links:
Manual (English): http://dev.mysql.com/doc/refman/5.1/en/index.html
Manual (English PDF US Letter):
http://downloads.mysql.com/d
hi all
where can i can download full mysql tutorial .
thanks
regards
muzaffar
and more!
also, at some point, you're going to want to have a sample book database to
test your db schema/app on
have fun!!
-Original Message-
From: Wm Mussatto [mailto:mussa...@csz.com]
Sent: Tuesday, January 06, 2009 1:38 PM
To: mysql@lists.mysql.com
Subject: Re: how to de
t; >Sent: Tuesday, January 06, 2009 9:47 AM
>>> >To: mysql@lists.mysql.com
>>> >Subject: RE: how to design book db
>>> >
>>> >
>>> >Just theories here:
>>> >
>>> >
>>> >
>>> >The same book re-
My comments, questions & explanations inserted below
mos wrote:
> At 09:55 AM 1/6/2009, you wrote:
>
>> >-Original Message-
>> >From: c...@l-i-e.com [mailto:c...@l-i-e.com]
>> >Sent: Tuesday, January 06, 2009 9:47 AM
>> >To: mysql@lists.my
At 09:55 AM 1/6/2009, you wrote:
>-Original Message-
>From: c...@l-i-e.com [mailto:c...@l-i-e.com]
>Sent: Tuesday, January 06, 2009 9:47 AM
>To: mysql@lists.mysql.com
>Subject: RE: how to design book db
>
>
>Just theories here:
>
>
>
>The same book
On Tue, January 6, 2009 07:55, Jerry Schwartz wrote:
>
>>-Original Message-
>>From: c...@l-i-e.com [mailto:c...@l-i-e.com]
>>Sent: Tuesday, January 06, 2009 9:47 AM
>>To: mysql@lists.mysql.com
>>Subject: RE: how to design book db
>>
>>
>
>-Original Message-
>From: c...@l-i-e.com [mailto:c...@l-i-e.com]
>Sent: Tuesday, January 06, 2009 9:47 AM
>To: mysql@lists.mysql.com
>Subject: RE: how to design book db
>
>
>Just theories here:
>
>
>
>The same book re-issued by another publisher mi
Just theories here:
The same book re-issued by another publisher might have a different ISBN.
A book with an insert (e.g., CDROM) may have a different ISBN, but be the
"same" for some purposes.
And mistakes can be made...
Ultimately, I suspect that the uniqueness of IS
to deal with duplication of the data - In other
>> words, a book may have not only several authors, but also several
>> ISBN numbers, fall under several categories, different dates (year of
>> publication), several publishers & I probably haven't yet seen all of
>>
right...
forgot about that!
-Original Message-
From: Paul Wilson [mailto:hoo...@staff.iinet.net.au]
Sent: Monday, January 05, 2009 5:59 PM
To: 'bruce'; 'PJ'; 'mos'
Cc: mysql@lists.mysql.com
Subject: RE: how to design book db
Recent books that I'v
Recent books that I've looked at have 2 ISBN's - one the older 10 digit, and
also the newer 13 digit version. Both printed on the same book (both on the
back cover at the bottom and inside).
Of course, a hard cover will have a different ISBN again.
Hooker
--
" If ign
hey phil...
are you sure that a book can have multiple ISBN numbers. I was under the
impression that a book/version has a single ISBN number.
care to share where you have derived your understanding...
i believe bowkers/new jersy is responsible for allocating ISBN blocks for US
authors
figure out how to set up (design) a database of books which
>> gets rather complicated since I must implement searches of the
>> database based on key words including categories, ISBN numbers,
>> authors, dates, etc. etc.
>> The problem is how to deal with duplication of th
oks which gets
rather complicated since I must implement searches of the database based
on key words including categories, ISBN numbers, authors, dates, etc. etc.
The problem is how to deal with duplication of the data - In other words,
a book may have not only several authors, but also several ISB
ce I must implement searches of the database based
on key words including categories, ISBN numbers, authors, dates, etc. etc.
The problem is how to deal with duplication of the data - In other
words, a book may have not only several authors, but also several ISBN
numbers, fall under several c
Hello Claudio,
Am 2008-12-28 17:02:53, schrieb Claudio Nanni:
> Hi Michelle,
>
> I would definitely suggest DuBois' last book(28. September 2008):
>
> http://www.amazon.de/MySQL-Developers-Library/dp/0672329387/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1230479926&am
Hi Michelle,
I would definitely suggest DuBois' last book(28. September 2008):
http://www.amazon.de/MySQL-Developers-Library/dp/0672329387/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1230479926&sr=8-3
It is well written, clear and complete, look no further.
Aloha!
Claudio N
code some stuff and setup a bunch of SQL schemes and
unfortunately the PostgreSQL stuff does work on nearly all databases but
not on MySQL 5... :-/
Can someone recommend me a recent book (in english) available in Germany
for using/programming MySQL 5 please?
And of course in PostgreSQL I use
The book MySQL, Fourth Edition (aka "Doorstop IV") has been published.
More information is available at the book's Web site:
http://www.kitebird.com/mysql-book/
--
Paul DuBois
Sun Microsystems / MySQL Documentation Team
Madison, Wisconsin, USA
www.mysql.com
--
MySQL General M
> > Searching on-line is surprisingly unhelpful; the only things I've found
so
> > far which looks half-sensible are "Database is Depth" by Chris Date, and
> > "Expert mySQL" by Charles A. Bell (which looks more practical rather
than
> > theo
on
it, which has a lot of chapter outlines and so on:
http://www.xaprb.com/blog/category/high-performance-mysql/
Marketing materials and pre-orders ought to be available fairly soon,
but I won't promise anything I can't control :-)
I'm biased, but I think this book is going to be
At 08:54 AM 1/16/2008, Baron Schwartz wrote:
On Jan 16, 2008 9:40 AM, Toby Douglass <[EMAIL PROTECTED]> wrote:
> I'm currently applying for a developer job with mySQL.
>
> I want to improve my database theory knowledge.
>
> Any book recommendations?
>
> S
On Jan 16, 2008 9:40 AM, Toby Douglass <[EMAIL PROTECTED]> wrote:
> I'm currently applying for a developer job with mySQL.
>
> I want to improve my database theory knowledge.
>
> Any book recommendations?
>
> Searching on-line is surprisingly unhelpful; the only
ase theory knowledge.
>
> Any book recommendations?
>
> Searching on-line is surprisingly unhelpful; the only things I've found so
> far which looks half-sensible are "Database is Depth" by Chris Date, and
> "Expert mySQL"
I'm currently applying for a developer job with mySQL.
I want to improve my database theory knowledge.
Any book recommendations?
Searching on-line is surprisingly unhelpful; the only things I've found so
far which looks half-sensible are "Database is Depth" by Chris Date, a
> interface
> (and hopefully also export data to .csv).
>
> can someone recommend a book that i might learn this from? ill be
> starting
> from total db-novice.
One more thing.
In general, the practical issues (getting simple projects to work) are
covered in a book like "Beg
> interface
> (and hopefully also export data to .csv).
>
> can someone recommend a book that i might learn this from? ill be
> starting
> from total db-novice.
The book at home I have is entitled something like "Beginning Databases with
MySQL". I'm happy with i
adable/updatable from a web
> > interface (and hopefully also export data to .csv).
> >
> > can someone recommend a book that i might learn this from? ill be
> > starting from total db-novice.
> >
> > thanks in advance,
>
> Do you want to learn databas
someone recommend a book that i might learn this from? ill be starting
from total db-novice.
thanks in advance,
Do you want to learn database design theory in general or learn how to
use MySQL?
The "MySQL 5.0 Certification Study Guide" is a really good book for
getting started
book that i might learn this from? ill be starting
from total db-novice.
thanks in advance,
--
Jonathan Horne
http://dfwlpiki.dfwlp.org
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
It's original title is core PHP programming Third Etition
By Leon Atkinson
It's in French (I bought it in a shop that did not sell english books)
and although the translation isn't always excelent its not bad at all !
Robert Conner a écrit :
What is the PHP book? Is it in E
At 3:31 PM -0700 8/2/07, sol beach wrote:
MYSQL Third Edition by Paul DuBios (a frequent list contributor)
I think that's slightly misspelled. Perhaps you meant "dubious"? :-)
On 8/2/07, Richard <[EMAIL PROTECTED]> wrote:
Hello, I've got a good book for learn
Thank's I have already seen this book, says it's well transladed, but as
I am also fluent in French and don't like translations ( I've had a few
problemes with English books badly translated to French) I tried to find
it in it's original language but could not.
Howeve
MYSQL Third Edition by Paul DuBios (a frequent list contributor)
On 8/2/07, Richard <[EMAIL PROTECTED]> wrote:
>
> Hello, I've got a good book for learning php, very complete and goes
> through almost everything. However I'm now looking for a good mysql
> book. I d
Hello, I've got a good book for learning php, very complete and goes
through almost everything. However I'm now looking for a good mysql
book. I don't want ebooks, only paper versions.
I know how to connect and the real basics of mysql (I can connect, do a
basic search,
On 3/9/07, Gloria McMillan <[EMAIL PROTECTED]> wrote:
Dear MySQL general list members,
I have a guest book on a small club web page that has been getting
regular spam in with
the legitimate replies.
I use MySQL and (I think) Apache-style PHP to run the database. I know
it is PHP
Dear MySQL general list members,
I have a guest book on a small club web page that has been getting
regular spam in with
the legitimate replies.
I use MySQL and (I think) Apache-style PHP to run the database. I know
it is PHP and
am certain when I started these survey and guest book it was
Nicholas Vettese wrote:
> I am looking for a book that will help me understand PHP/MySQL, and the
> way that they work together. My biggest problem is multi-valued
> selections, and INSERTING them into the database. A book with great
> examples like that would be a huge help
David T. Ashley wrote:
On 11/27/06, Nicholas Vettese <[EMAIL PROTECTED]> wrote:
I am looking for a book that will help me understand PHP/MySQL, and the
way that they work together. My biggest problem is multi-valued
selections, and INSERTING them into the database. A book with great
ex
On 11/27/06, Nicholas Vettese <[EMAIL PROTECTED]> wrote:
I am looking for a book that will help me understand PHP/MySQL, and the
way that they work together. My biggest problem is multi-valued
selections, and INSERTING them into the database. A book with great
examples like that woul
Tech Information Technology
1700 Pratt Drive
Blacksburg, VA 24060
Email: [EMAIL PROTECTED]
Phone: (540) 231-4396
-Original Message-
From: Nicholas Vettese [mailto:[EMAIL PROTECTED]
Sent: Monday, November 27, 2006 10:29 AM
To: mysql@lists.mysql.com
Subject: Book Recommendation
I am
On Monday 27 November 2006 07:28, Nicholas Vettese wrote:
> I am looking for a book that will help me understand PHP/MySQL, and the
> way that they work together. My biggest problem is multi-valued
> selections, and INSERTING them into the database. A book with great
> examples lik
I am looking for a book that will help me understand PHP/MySQL, and the
way that they work together. My biggest problem is multi-valued
selections, and INSERTING them into the database. A book with great
examples like that would be a huge help. Also, any websites that could
do the same would be
Workbench). We've done this now, and will remove the
individual manuals once we're able to provide all formats. At the
moment, we're providing PDF only: See
http://dev.mysql.com/doc/#gui-tools.
Combining the individual manuals into one GUI tools book has become
possible due to our n
If you want to find out the content of the CD you should buy the book !
I'm sure it's illegal to make a copy of the CD available online... and also
to have a copy without having the book !
With the respect of the content let me tell you that it contains the book
itself in PDF and some
I think you will find a book ISBN is a reference
to a particular publisher's version of a particular book.
So in answer to your question, if several different
publishers, or even the same publisher have published
several different books all entitled 'Huckleberry Finn' then
to
John,
An ISBN is linked to a published book, sometimes just to a particular
edition.
PB
John Meyer wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, I'm trying to develop my own book database, and I have a question
about ISBN: Is that number linked to a book or to a title? Th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, I'm trying to develop my own book database, and I have a question
about ISBN: Is that number linked to a book or to a title? That is, can
one title (say, Huckleberry Finn) have several ISBNs associated with it
through several book rel
Can anyone please suggest a good book for MySQL 5.0 .
Also can anyone suggest how far it will be reliable if I use MySQL 5.0 to
change my database from Oracle to Mysql.
As I have a lot of Stored Procs for migration. It will also be very helpful
if someone can give an approximate date when the
Thanks all for the advice. It seems that no-one is recommending the book I
mentioned. I've now got Paul DuBois' book (unfortunately, it's the second
edition, but hope that's still okay). Looks rather large! But it also looks
very clear.
David
--
MySQL General Mailing Li
Does anyone on the list have an opinion of Using and Managing Mysql by
O'Reilly & Assoicates.
At 20:32 +0930 4/14/05, David Lloyd wrote:
David,
Can anyone recommend this book? Or, if not, what book can you
recommend for a newbie.
I always recommend Paul Dubois' New Riders Book:
* http://www.kitebird.com/mysql-book/
Paul's probably lurking on the list. I bought the 1999 edi
Check out "MySQL Tutorial" by Luke Welling (MySQL Press). It's easy to
understand and not overwhelming.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
David,
> Can anyone recommend this book? Or, if not, what book can you
> recommend for a newbie.
I always recommend Paul Dubois' New Riders Book:
* http://www.kitebird.com/mysql-book/
Paul's probably lurking on the list. I bought the 1999 edition and I
still refer to it :)
> > Hi,
> >
> > I'm a newbie and looking for a book to help me learn mysql. I have come
> > across a book called "Beginning MySQL" by Robert Sheldon and Geoff Moes.
> >
> > Can anyone recommend this book? Or, if not, what book can you recomme
Hi David;
I can recommend any Paul Dubois books but especially the
Certificate study guide which basically is free if you consider taking
the exam. The book comes with a 50$ voucher for the exam if I remmember
that correctly + it is one of the best books to get up and running as fast
as
Hi,
I'm a newbie and looking for a book to help me learn mysql. I have come
across a book called "Beginning MySQL" by Robert Sheldon and Geoff Moes.
Can anyone recommend this book? Or, if not, what book can you recommend for
a newbie.
David
--
MySQL General Mailing List
Fo
Hi
Can you please enter your contact details in my address book. Click on the link
below:
http://www.bebo.com/fr1/10232728a484122677b143804761c521525170d20
After we are connected, in the future, any changes you make in your contact
details will be sent to me.
Thanks for your help.
Kris
MySQL online administration docs equivalent of the book. They are
exactly the same.
If you need more advanced details in about administration, you can read
some other books.
-Original Message-
From: Mark Day [mailto:[EMAIL PROTECTED]
Sent: Friday, October 29, 2004 9:25 AM
To: [EMAIL
Hi.
Online docs contains the latest and more complete information.
Mark Day <[EMAIL PROTECTED]> wrote:
> Hello, I was wondering if people consider the on line docs at the mysql
> web site to be equivalent to their books
> regarding the database administration. Does t
Hello, I was wondering if people consider the on line docs at the mysql
web site to be equivalent to their books
regarding the database administration. Does the book go into more
detail, or is all the contents of that book online?
Thanks for the clarification, and pointers to good online mysql
: 'Mysql ' (E-mail)
Asunto: Good book
Since I'm new with MySQL, I want to apologize for asking questions that
should've been answered by googling, RTFM and such. However, I'm looking for
a good book that deals with MySQL and PHP whether it be single book
(combined with PHP and
Since I'm new with MySQL, I want to apologize for asking questions that
should've been answered by googling, RTFM and such. However, I'm looking for
a good book that deals with MySQL and PHP whether it be single book
(combined with PHP and MySQL) or separate books for each. I am int
Gerald Taylor wrote:
I totally recommend Paul Dubois's book.
Excellent book I own the first edition.
I bet the second edition is just
as good and more up to date.
Paul DuBois wrote:
At 1:55 +0200 7/26/04, Schalk Neethling wrote:
Can anyone suggest o great book to learn MySQL inside out?
I totally recommend Paul Dubois's book.
Excellent book I own the first edition.
I bet the second edition is just
as good and more up to date.
Paul DuBois wrote:
At 1:55 +0200 7/26/04, Schalk Neethling wrote:
Can anyone suggest o great book to learn MySQL inside out? I am
thinking of ge
At 1:55 +0200 7/26/04, Schalk Neethling wrote:
Can anyone suggest o great book to learn MySQL inside out? I am
thinking of getting: *MySQL By* Paul DuBois
<http://www.informit.com/safari/author_bio.asp?ISBN=0735709211> -
New Riders Publishing
That's the first edition. I would sugg
Can anyone suggest o great book to learn MySQL inside out? I am thinking
of getting: *MySQL By* Paul DuBois
<http://www.informit.com/safari/author_bio.asp?ISBN=0735709211> - New
Riders Publishing
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
V
anyone interested know that
"High Performance MySQL" (the book I started a long time ago) is now
available and shipping.
O'Reilly brought copies to the MySQL Conference last week and several
folks have reported Amazon.com shipping, so it's time to say
something. :-)
If you were on
MySQL users,
I just wanted to send a quick note to let anyone interested know that
"High Performance MySQL" (the book I started a long time ago) is now
available and shipping.
O'Reilly brought copies to the MySQL Conference last week and several
folks have reported Amazon.com sh
Try "MySQL/PHP Database applications" by Jay Greenspan and Brad Bulger.
It's a great buy and gets into a lot of the practical applications you'll be
doing a lot of coding for.
At 13:41 3/28/2004, A Mathias wrote:
>Preferably one that is for begginers to medium and thats covers both
mySQL
>and
At 13:41 3/28/2004, A Mathias wrote:
>Preferably one that is for begginers to medium and thats covers both mySQL
>and PHP
>
>Thanks
I like the Welling & Thomson book:
http://tinyurl.com/3cpk5
Start Here to Find It Fast! -> http://www.US-Webmasters.com/best-start-page/
Preferably one that is for begginers to medium and thats covers both mySQL and PHP
Thanks
1 - 100 of 261 matches
Mail list logo