OK, I got the DBI module installed on my system, as well as mySQL. Now, I read that the syntax for connecting to the database is $dbh = DBI->connect("dbi:driver:instance","username","password"
;
My question is, what do I put for "driver" and "instance" if I'm using mySQL?
Sorry for the pathetic question; I just decided to learn about databses, so right now I'm totally clueless, hehe. =)

My question is, what do I put for "driver" and "instance" if I'm using mySQL?
Sorry for the pathetic question; I just decided to learn about databses, so right now I'm totally clueless, hehe. =)