MySQL Demo In class, demonstrate that mySQL is installed and working on your server. This will involve connecting to your server in some way, and typing commands and getting responses. Typically you would issue some mySQL commands to list your tables, and show the contents of one or more tables. You would also issue commands to change tables, and then issue commands to show that the tables have been changed according to your directions. Alternately, you might have written some programs in Perl (for instance) that connect to mySQL and utilize the database for something. You could tell about your program, show it, explain how it works, run it, and tell what it proves. The point of this demo is to prove to the instructor that you have mySQL working and that you will be able to move forward in using it.