Changeset 39


Ignore:
Timestamp:
May 21, 2008, 6:17:42 PM (16 years ago)
Author:
sunny
Message:

mysql connection string modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GSEXmlParser/GSEXmlParser.cpp

    r37 r39  
    128128  //
    129129  MySqlSession session;
    130   if(!session.Connect("gse", "nchcnchc", "gse", "localhost")) {
     130  if(!session.Connect(username, password, db, db_ip)) {
    131131    printf("Can't connect with MySql\n");
    132132    return;
Note: See TracChangeset for help on using the changeset viewer.