Connecting your Java App to MySQL (Beginners)

Connecting your Java App to MySQL (Beginners)
How do I connect my Java Application to a MySQL database server? A question i've heard all too often from Beginner Java programmers. I'll be introducing you to how to get this done in no time. To demonstrate, we'll...