
***************************************************
Testing Current Config
***************************************************
Host:	 
LoginPort:	0
ServerPort:	0
DbServer:	
DBName	:
Group:	
Pwd:	
***************************************************

Testing Load Config

***************************************************
Host:	localhost 
LoginPort:	8000
ServerPort:	8010
DbServer:	localhost
DBName	:group53db
Group:	group53
Pwd:	132312
***************************************************
Testing DB SERVER
***************************************************

***************************************************

Server Started

***************************************************
DB SERVER: Waiting for connections.DB SERVER: Accepted a connection from: /127.0.0.1
***************************************************

Opened Local Socket for write to DB

Created 2 players to send vai network

***************************************************

***************************************************

DB SERVER: Select New player from table

***************************************************

***************************************************

Get Player from DBServer
***************************************************

***************************************************

DBFunc: Found MYSQL DRIVER

***************************************************

***************************************************

DBFunc:Create Database group53db

***************************************************

***************************************************

DBFunc:Execute SQL: create table players ( pId int(30) NOT NULL auto_increment, pName varchar(30) not null, pPwd varchar(30) not null, pBalance varchar(30) not null, PRIMARY KEY  (pId))

***************************************************

***************************************************

DBFunc: Insert Player testing : bal : 100

***************************************************

***************************************************

DBFunc: Inserted Player testing : bal : 100

***************************************************

***************************************************

DBFunc: Execute SQL select * from players

***************************************************

***************************************************

DBFunc: Executed SQL select * from players

***************************************************

DBFunc: New Player = testing : Bal :100

***************************************************

***************************************************

DB SERVER: Got new player from DB

DB SERVER: Current Player = testing Bal = 100 

***************************************************

***************************************************

DB SERVER:Shipping Player to Tester
***************************************************

***************************************************

Got Player  testing Bal 100 from DBServer
***************************************************

***************************************************

DB SERVER:Closed DB
***************************************************
