Re: SQL book recommendation?

2010-10-29 Thread Philip Riebold
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'

Re: SQL book recommendation?

2010-10-28 Thread Mike OK
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

Re: SQL book recommendation?

2010-10-28 Thread Paul DuBois
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

Re: SQL book recommendation?

2010-10-27 Thread wroxdb
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? >> &

Re: SQL book recommendation?

2010-10-26 Thread Arthur Fuller
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

RE: SQL book recommendation?

2010-10-26 Thread Jerry Schwartz
>-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

Re: SQL book recommendation?

2010-10-26 Thread 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? > > Thanks. The book I've been using is '

RE: SQL book recommendation?

2010-10-26 Thread Jay Blanchard
[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

SQL book recommendation?

2010-10-26 Thread MikeB
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:

Re: Query from HPM book to limit rows scanned doesn't appear to work as described

2009-03-12 Thread Baron Schwartz
>> 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 >

Re: Query from HPM book to limit rows scanned doesn't appear to work as described

2009-03-12 Thread David M. Karr
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

Re: Query from HPM book to limit rows scanned doesn't appear to work as described

2009-03-11 Thread Baron Schwartz
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'

Query from HPM book to limit rows scanned doesn't appear to work as described

2009-03-11 Thread David M. Karr
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

Re: [PHP] Re: how to deal with multiple authors for one book

2009-02-24 Thread Bastien Koert
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 > >> >

Re: how to deal with multiple authors for one book

2009-02-24 Thread PJ
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

RE: book categories

2009-02-23 Thread Jerry Schwartz
>-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

Re: book categories

2009-02-22 Thread PJ
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,

Re: book categories

2009-02-22 Thread Claudio Nanni
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

book categories

2009-02-22 Thread PJ
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

Re: how to deal with multiple authors for one book

2009-02-16 Thread Michael Dykman
>> 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

Re: how to deal with multiple authors for one book

2009-02-16 Thread PJ
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

Re: how to deal with multiple authors for one book

2009-02-16 Thread Michael Dykman
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

how to deal with multiple authors for one book

2009-02-16 Thread PJ
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

Re: mysql full tutorial download or any book

2009-02-14 Thread mos
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

Re: mysql full tutorial download or any book

2009-02-14 Thread Paul DuBois
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

Re: mysql full tutorial download or any book

2009-02-14 Thread mos
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/

Re: mysql full tutorial download or any book

2009-02-14 Thread mos
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

Re: mysql full tutorial download or any book

2009-02-14 Thread Andy Shellam
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

mysql full tutorial download or any book

2009-02-13 Thread muzaffar hussain
hi all where can i can download full mysql tutorial . thanks regards muzaffar

RE: how to design book db

2009-01-06 Thread bruce
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

Re: how to design book db

2009-01-06 Thread Wm Mussatto
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-

Re: how to design book db

2009-01-06 Thread PJ
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

RE: how to design book db

2009-01-06 Thread mos
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

RE: how to design book db

2009-01-06 Thread Wm Mussatto
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 >> >> >

RE: how to design book db

2009-01-06 Thread Jerry Schwartz
>-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

RE: how to design book db

2009-01-06 Thread ceo
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

Re: how to design book db

2009-01-05 Thread mos
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 >>

RE: how to design book db

2009-01-05 Thread bruce
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

RE: how to design book db

2009-01-05 Thread Paul Wilson
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

RE: how to design book db

2009-01-05 Thread bruce
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

Re: how to design book db

2009-01-05 Thread PJ
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

Re: how to design book db

2008-12-29 Thread mos
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

how to design book db

2008-12-29 Thread PJ
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

Re: Searching for recent book available in Germany

2008-12-28 Thread Michelle Konzack
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

Re: Searching for recent book available in Germany

2008-12-28 Thread 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&sr=8-3 It is well written, clear and complete, look no further. Aloha! Claudio N

Searching for recent book available in Germany

2008-12-28 Thread Michelle Konzack
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

Book: MySQL, Fourth Edition, now available

2008-09-18 Thread Paul DuBois
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

Re: database theory book recommendations?

2008-01-16 Thread Martijn Tonies
> > 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

TOC for High Performance MySQL (was: database theory book recommendations?)

2008-01-16 Thread Baron Schwartz
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

Re: database theory book recommendations?

2008-01-16 Thread mos
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

Re: database theory book recommendations?

2008-01-16 Thread Baron Schwartz
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

Re: database theory book recommendations?

2008-01-16 Thread Olaf Stein
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"

database theory book recommendations?

2008-01-16 Thread Toby Douglass
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

Re: recommend a good database book

2007-08-13 Thread David T. Ashley
> 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

Re: recommend a good database book

2007-08-13 Thread David T. Ashley
> 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

Re: recommend a good database book

2007-08-13 Thread Jonathan Horne
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

Re: recommend a good database book

2007-08-13 Thread Gary Josack
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

recommend a good database book

2007-08-13 Thread Jonathan Horne
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]

Re: looking for a good book for learning mysql

2007-08-03 Thread Richard
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

Re: looking for a good book for learning mysql

2007-08-02 Thread Paul DuBois
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

Re: looking for a good book for learning mysql

2007-08-02 Thread Richard
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

Re: looking for a good book for learning mysql

2007-08-02 Thread sol beach
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

looking for a good book for learning mysql

2007-08-02 Thread Richard
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,

Re: Problems with Spam on MySQL guest book

2007-03-09 Thread obed
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

Problems with Spam on MySQL guest book

2007-03-09 Thread Gloria McMillan
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

Re: Book Recommendation

2006-11-28 Thread Dwight Tovey
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

Re: Book Recommendation

2006-11-28 Thread Filipe Freitas
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

Re: Book Recommendation

2006-11-27 Thread David T. Ashley
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

RE: Book Recommendation

2006-11-27 Thread Price, Randall
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

Re: Book Recommendation

2006-11-27 Thread Chris White
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

Book Recommendation

2006-11-27 Thread Nicholas Vettese
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

GUI Tools Book and the ID mapping machinery

2006-09-13 Thread Stefan Hinz
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

Re: MySQL query & gifted book !!!

2006-02-27 Thread Gabriel PREDA
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

Re: Kinda OT: Book database question

2006-02-01 Thread mysql
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

Re: Kinda OT: Book database question

2006-02-01 Thread Peter Brawley
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

Kinda OT: Book database question

2006-02-01 Thread John Meyer
-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

Good book on MySQL 5.0

2005-04-29 Thread Sujay Koduri
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

Re: book advice

2005-04-17 Thread David Bailey
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

book

2005-04-15 Thread Cupofjava1961
Does anyone on the list have an opinion of Using and Managing Mysql by O'Reilly & Assoicates.

Re: book advice

2005-04-14 Thread Paul DuBois
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

Re: book advice

2005-04-14 Thread Spenser
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]

Re: book advice

2005-04-14 Thread David Lloyd
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 :)

Re: book advice

2005-04-14 Thread leegold
> > 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

Re: book advice

2005-04-14 Thread valentin_nils
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

book advice

2005-04-13 Thread David Bailey
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

Updating my address book

2005-03-09 Thread Kris Briscoe
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

RE: mysql online administration docs equivalent of the book?

2004-11-01 Thread Eko Budiharto
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

Re: mysql online administration docs equivalent of the book?

2004-10-29 Thread Gleb Paharenko
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

mysql online administration docs equivalent of the book?

2004-10-28 Thread Mark Day
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

RE: Good book

2004-08-27 Thread "Chinchilla Zúñiga, Guillermo"
: '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

Good book

2004-08-27 Thread Scott Hamm
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

Re: MySQL book

2004-07-27 Thread Rory McKinley
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?

Re: MySQL book

2004-07-26 Thread Gerald Taylor
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

RE: MySQL book

2004-07-25 Thread Paul DuBois
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

RE: MySQL book

2004-07-25 Thread Schalk Neethling
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

Re: [book announcement] "High Performance MySQL" (O'Reilly) is now shipping...

2004-04-20 Thread Robert J Taylor
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

[book announcement] "High Performance MySQL" (O'Reilly) is now shipping...

2004-04-20 Thread Jeremy Zawodny
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

Re: need reference for a good book

2004-03-29 Thread JOHN MEYER
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

Re: need reference for a good book

2004-03-28 Thread W. D.
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/

need reference for a good book

2004-03-28 Thread A Mathias
Preferably one that is for begginers to medium and thats covers both mySQL and PHP Thanks

  1   2   3   >