CGC Server Code
Brought to you by:
forgottenmaster
| File | Date | Author | Commit |
|---|---|---|---|
| DBstructure.sql | 2010-06-05 | forgottenmaster | [r5] Provided sql file defining the structure that t... |
| DEPS.txt | 2010-06-05 | forgottenmaster | [r4] Added dependencies listing |
| LICENSE.txt | 2010-06-05 | forgottenmaster | [r3] Added source files and licensing information |
| README.txt | 2010-06-05 | forgottenmaster | [r7] Added README.txt |
NOTE: Firstly, the server requires a valid MySQL database to run!...the provided SQL file gives the structure that the database should take - The server can then be started using the following command: ./CGCServer <DBName> <DBHost> <Username> <Password> - where: DBName = The name of the MySQL database e.g. CGC DBHost = The host of the MySQL database e.g. localhost Username = A valid username to access the database, this username should have permissions to create, edit and delete entries in the tables Password = The associated password for the user - The server runs on port 13, the CGCClient also uses this port - Once the server is running, it will run indefinately and if the server crashes, any clients will also be terminated