$con = mysql_connect( 'localhost', 'gamewars_gamewars' , 'yoursecretpasswd');
mysql_select_db("my_db");
The first term is the location of the mysql server. In your case, it is probably 'localhost'.
If you posted your real password, please change it.
Finally, look at the mysqli...