Changeset c941e07 in network-game for server/DataAccess.cpp
- Timestamp:
- Nov 11, 2014, 1:05:14 AM (10 years ago)
- Branches:
- master
- Children:
- 48801af
- Parents:
- a9a1295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/DataAccess.cpp
ra9a1295 rc941e07 31 31 32 32 mysql_init(&mysql); 33 connection = mysql_real_connect(&mysql, "localhost", "pythonAdmin", "pyMaster09*", "pythondb", 0, 0, 0);33 connection = mysql_real_connect(&mysql, "localhost", username.c_str(), password.c_str(), database.c_str(), 0, 0, 0); 34 34 35 35 if (connection == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.