Notes: 1. john is currently set up to run the mysql server for this course. 2. Mysql web site at www.mysql.com 3. See the current mysql databases with the command: mysqlshow 4. Log onto mysql via: "mysql -u cs3610"; typically, you will only have access to the "test" database. Once logged on, you can see the tables by typing the command "show tables;" 5. There is a "control center" which is a GUI client at T:\CompSciPerm\CS3610\mysqlcc-0.9.4-win32 which you may use in lieu of the command line client (i.e., mysql). 6. See the file "Accessing mySQL Remotely" link for instructions on how to access a mysql database from java application.