Server README
=================================================
A. Accessing the Server:

	name of computer:  ee105-pc10.engr.rutgers.edu
	ip address:  172.16.69.11
	

     operating system:  Centos Linux

     two accounts:  username: root     password: marsic452root
                    username: stock    password: marsic452

	You can access the computer anywhere inside the Rutgers campuses
	by ssh:
        	    ssh root@172.16.69.10            
				or
                    ssh root@ee105-pc10.engr.rutgers.edu


CANNOT BE ACCESSED OUTSIDE OF RUTGERS CAMPUS

B. What Is On The Server
	- Various Database Tables
	- The Jar Executable for Server.java

C. Accessing the Databases
	- Type "show databases \g" to view all databases
	- To go into a specific database type in "use <insert database name here> \g"
	- Type "show tables \g" to view all tables
	- To go into a specific table type in "SELECT * FROM <insert table name here> \g"
