Help!

Results 1 to 3 of 3
  1. #1
    Novice OlyRo is offline
    MemberRank
    Aug 2010 Join Date
    4Posts

    ! Help!

    hello guys i have a problem with my Aon svr can someone help me?=)

    here is the ERROR ,, und C:\[U3J-Aion]\loginserver\config\database.properties jdbc:mysql://localhost:3306/aj_login ändern in jdbc:mysql://localhost:3306/au_server_ls. selbes bei C:\[U3J-Aion]\gameserver\config\database.properties nur mit au_server_gs"

    i dont know what i have to do now i changed the java 7 to 6 but the same ERROR

    can someone tell me how i have to resolve my problem? Ty


  2. #2
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,367Posts

    Re: Help!

    Quote Originally Posted by OlyRo View Post
    hello guys i have a problem with my Aon svr can someone help me?=)

    here is the ERROR ,, und C:\[U3J-Aion]\loginserver\config\database.properties jdbc:mysql://localhost:3306/aj_login ändern in jdbc:mysql://localhost:3306/au_server_ls. selbes bei C:\[U3J-Aion]\gameserver\config\database.properties nur mit au_server_gs"

    i dont know what i have to do now i changed the java 7 to 6 but the same ERROR

    can someone tell me how i have to resolve my problem? Ty


    Please post a clear screenshot of the error. It will be easier if we can see the all, or most of the text.

  3. #3
    Apprentice mrlonewolf is offline
    MemberRank
    Oct 2011 Join Date
    12Posts

    Re: Help!

    Quote Originally Posted by OlyRo View Post
    hello guys i have a problem with my Aon svr can someone help me?=)



    here is the ERROR ,, und C:\[U3J-Aion]\loginserver\config\database.properties jdbc:mysql://localhost:3306/aj_login ändern in jdbc:mysql://localhost:3306/au_server_ls. selbes bei C:\[U3J-Aion]\gameserver\config\database.properties nur mit au_server_gs"

    i dont know what i have to do now i changed the java 7 to 6 but the same ERROR

    can someone tell me how i have to resolve my problem? Ty
    The problem is that you need to specify both Gameserver's and Loginserver's Database name AND password in the following files:

    ./gamesever/config/default.config to the lines:

    # JDBC database URL
    database.url = jdbc:mysql://localhost:3306/GSDBNAME?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
    # Database user
    database.user = user (specified in your Mysql installation)
    # Database password
    database.password = password (specified in your Mysql installation)

    ./loginserver/config/network/database.properties to the lines:

    # JDBC database URL
    database.url = jdbc:mysql://localhost:3306/LSDBNAME?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
    # Database user
    database.user = user (specified in your Mysql installation)
    # Database password
    database.password = password (specified in your Mysql installation)





Advertisement