Daneos' server file

Results 1 to 6 of 6
  1. #1
    Apprentice DarkBlue23 is offline
    MemberRank
    Sep 2009 Join Date
    5Posts

    Daneos' server file

    [REQUEST]When I open the server I get this error:

    # ERR: SQLException in mysqlconn_wrapper.cpp(MySQLConnWrapper::manageException) on line 36
    # ERR: Can't connect to MySQL erver on '192.168.178.23' (10060) (MySQL error code: 2003, SQLState: HY000 )
    and this the part of the first error.

    void MySQLConnWrapper::manageException(sql::SQLException& e)
    { <- Line 36
    if (e.getErrorCode() != 0) {
    cout << "# ERR: SQLException in " << __FILE__;
    cout << "(" << __FUNCTION__ << ") on line " << __LINE__ << endl;
    cout << "# ERR: " << e.what();
    cout << " (MySQL error code: " << e.getErrorCode();
    cout << ", SQLState: " << e.getSQLState() << " )" << endl;
    }
    }
    Then, about the second error.. I changed ip in the ini files and in the packets as well.
    Last edited by DarkBlue23; 27-06-14 at 09:44 PM.


  2. #2
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts

    Re: Daneos' server file

    control + f -> 192.168.178.23

  3. #3

    Big Peat

    Biesnis is online now

    Super ModRank
    Apr 2007 Join Date
    2,532Posts

    Re: Daneos' server file

    Please, read the rules, or else this thread will be removed.

  4. #4
    Apprentice DarkBlue23 is offline
    MemberRank
    Sep 2009 Join Date
    5Posts

    Re: Daneos' server file

    Quote Originally Posted by Biesmen View Post
    Please, read the rules, or else this thread will be removed.
    I can't edit the title. You or other moderators must do it.

    Quote Originally Posted by ATIDOT3 View Post
    control + f -> 192.168.178.23
    I already changed any IP I found into mine.

  5. #5
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts

    Re: Daneos' server file

    if this is your local ip adress 192.168.178.23 so you didn't install the soft i sayed in the tutorial section.

    but if it's not your local ip adress you have
    192.168.178.23 inside the c++ function somewhere so look for it........................

  6. #6
    Apprentice DarkBlue23 is offline
    MemberRank
    Sep 2009 Join Date
    5Posts

    Re: Daneos' server file

    Quote Originally Posted by ATIDOT3 View Post
    if this is your local ip adress 192.168.178.23 so you didn't install the soft i sayed in the tutorial section.

    but if it's not your local ip adress you have
    192.168.178.23 inside the c++ function somewhere so look for it........................
    I think it's the second one, because I changed 192.168.178.23 into my ip and i installed everything about the database.
    But, I did a search more than a few times and still can't find another "192.168.178.23"



Advertisement