I'm teaching myself SQL, and have chosen MySQL to learn on. I think I remember a couple classes using MySQL back in college and it seemed pretty straight forward.
That being said, the installation wants to know if I want to use InnoDB or a 'Standalone MySQL Server'. I do not understand the jargon describing the two options.
Standalone is the default, and probably for good reason. However, I wanted to know some of the pros for going with InnoDB, in terms that a beginner can understand. Again, I have read the description of the options and do not understand the jargon.
So the question is: What are some of the pros of choosing one option over the other in terms that a brand new learner can understand?