SQL stands for Standard Query Language (I think) It's a standard language for accessing information from a database. It's often used in tandem with
PHP. (Google
PHP SQL tutorials and your bound to get something about that)
MySQL is one of many database systems. (By far the most popular) PostgreSQL is another one I've heard a lot about.