If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Learning MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-10, 15:49
Demis Demis is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
Learning MySQL

Hi. I just wondering what is the best book I can buy about MySQL. Also what software do you recommend using to write MySQL code?

Thank you
Reply With Quote
  #2 (permalink)  
Old 08-05-10, 19:24
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
best book for mysql? no idea, but if you are new to SQL in general, you could try mine

as for software to write queries, try HeidiSQL

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 08-06-10, 07:30
Bezzen Bezzen is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
It's not a specific MySQL book but I would recommend what I consider to be my bible: Fundamentals of Database Systems by Elmasri / Navathe. The new editions are rather pricy, but the earlier editions are still relevant (I've got one from the beginning of the 2000's).

It goes deep into the best practices of relational databases and also has a good section on SQL that you can implement in MySQL.
Reply With Quote
  #4 (permalink)  
Old 08-06-10, 08:33
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,246
to write queries
theres also the MySQL query browser from MySQL which comes as part of the MySQL GUI tools downloadable from the MySQL website
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #5 (permalink)  
Old 08-06-10, 19:29
zephyrsports zephyrsports is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
Does anyone have a good place to see basic variables? I'm looking to do queries and have only been able to find ways to query exact matches. Is there a mway to query data in a field that say begins with PB-? Or is there a way to use wildcards?
Reply With Quote
  #6 (permalink)  
Old 08-06-10, 19:52
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
Quote:
Originally Posted by zephyrsports View Post
Is there a mway to query data in a field that say begins with PB-? Or is there a way to use wildcards?
... WHERE somecolumn LIKE 'PB-%'
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #7 (permalink)  
Old 08-09-10, 10:46
sanmiguel sanmiguel is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
MySQL Tools

Can someone suggest tools for working with my database? I have access to PHPMyAdmin, but I find that I need more functionality and when I have a large database, I run into problems with import/export feature.

Thanks!
Reply With Quote
  #8 (permalink)  
Old 08-09-10, 11:22
abcjfk abcjfk is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
There are many ebooks and MySql for Dummies as standard. I say just keep on pratice. You won't break anything.
Reply With Quote
  #9 (permalink)  
Old 08-09-10, 11:48
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
Quote:
Originally Posted by sanmiguel View Post
I have access to PHPMyAdmin, but I find that I need more functionality...
try HeidiSQL

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #10 (permalink)  
Old 08-10-10, 05:07
grapefruit003 grapefruit003 is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
Leaning MySQL

Thanks r937, I just logged onto your site and I'll probably buy your book.

Cheers again
Reply With Quote
  #11 (permalink)  
Old 08-10-10, 13:35
eddiec eddiec is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
I have to say moving between different projects incorporating different vendors of SQL is really annoying given that each one makes up its own keywords... Why cant they use the same keywords?!
Reply With Quote
  #12 (permalink)  
Old 08-10-10, 22:52
seanchen seanchen is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
I think you can simply get a lot of information about MYSQL via google search.
Reply With Quote
  #13 (permalink)  
Old 08-11-10, 00:25
cybernac cybernac is offline
Registered User
 
Join Date: Aug 2010
Location: South Dakota
Posts: 1
Quote:
Originally Posted by Bezzen View Post
It's not a specific MySQL book but I would recommend what I consider to be my bible: Fundamentals of Database Systems by Elmasri / Navathe. The new editions are rather pricy, but the earlier editions are still relevant (I've got one from the beginning of the 2000's).

It goes deep into the best practices of relational databases and also has a good section on SQL that you can implement in MySQL.
Thanks for this information, I am struggling with MySQL and have been confused as to where to start. I thought I could just jump in but I was sure wrong about that!!
Reply With Quote
  #14 (permalink)  
Old 08-11-10, 05:51
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
did you try the tutorials on the mysql.com site?
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #15 (permalink)  
Old 08-11-10, 17:52
majorian majorian is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
Hi Demis.

Try MySQL :: MySQL 5.0 Reference Manual :: 3 Tutorial

Hope this helps.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On