MySQL Forums
Forum List  »  Newbie

Re: New - MySQL Crash Course
Posted by: Rick James
Date: July 23, 2014 08:42AM

Does the book mention "InnoDB" and BEGIN...COMMIT? Or does it quietly focus on MyISAM?

InnoDB is the preferred 'engine'; you should learn it, and transactions.

Anyway, the basics of what INSERTs and SELECTs are like is common between the engines, so most (not all) of what it is teaching is useful.

(If that book talks about a 2-column PRIMARY KEY where the second field is AUTO_INCREMENT, skip that section; it applies only to MyISAM.)

Book recommendations: Search for 'book' in
http://mysql.rjweb.org/bestof.html

Options: ReplyQuote


Subject
Written By
Posted
July 21, 2014 10:45AM
Re: New - MySQL Crash Course
July 23, 2014 08:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.