ShadowCo Source

Results 1 to 8 of 8
  1. #1
    Apprentice yankees12 is offline
    MemberRank
    Jan 2007 Join Date
    23Posts

    ShadowCo Source

    Please Guys Help Me With This Problem :

    MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.Exception: Exception of type 'System.Exception' was thrown.
    at MySql.Data.MySqlClient.NativeDriver.Open()
    --- End of inner exception stack trace ---
    at MySql.Data.MySqlClient.NativeDriver.Open()
    at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetConnection()
    at MySql.Data.MySqlClient.MySqlConnection.Open()
    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
    at COServer_Project.DataBase.LoadPortals()
    MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.Exception: Exception of type 'System.Exception' was thrown.
    at MySql.Data.MySqlClient.NativeDriver.Open()
    --- End of inner exception stack trace ---
    at MySql.Data.MySqlClient.NativeDriver.Open()
    at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetConnection()
    at MySql.Data.MySqlClient.MySqlConnection.Open()
    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
    at COServer_Project.DataBase.LoadNPCs()
    MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.Exception: Exception of type 'System.Exception' was thrown.
    at MySql.Data.MySqlClient.NativeDriver.Open()
    --- End of inner exception stack trace ---
    at MySql.Data.MySqlClient.NativeDriver.Open()
    at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetConnection()
    at MySql.Data.MySqlClient.MySqlConnection.Open()
    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
    at COServer_Project.DataBase.LoadMobs()
    MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.Exception: Exception of type 'System.Exception' was thrown.
    at MySql.Data.MySqlClient.NativeDriver.Open()
    --- End of inner exception stack trace ---
    at MySql.Data.MySqlClient.NativeDriver.Open()
    at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetConnection()
    at MySql.Data.MySqlClient.MySqlConnection.Open()
    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
    at COServer_Project.DataBase.LoadItems()
    MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.Exception: Exception of type 'System.Exception' was thrown.
    at MySql.Data.MySqlClient.NativeDriver.Open()
    --- End of inner exception stack trace ---
    at MySql.Data.MySqlClient.NativeDriver.Open()
    at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetConnection()
    at MySql.Data.MySqlClient.MySqlConnection.Open()
    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
    at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
    at COServer_Project.DataBase.LoadMobSpawns()
    System.NullReferenceException: Object reference not set to an instance of an object.
    at COServer_Project.Mobs.SpawnAllMobs()
    Loading Plus info done.
    System.NullReferenceException: Object reference not set to an instance of an object.
    at COServer_Project.NPCs.SpawnAllNPCs()
    MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. ---> System.Exception: Exception of type 'System.Exception' was thrown.
    at MySql.Data.MySqlClient.NativeDriver.Open()
    --- End of inner exception stack trace ---
    at MySql.Data.MySqlClient.NativeDriver.Open()
    at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
    at MySql.Data.MySqlClient.MySqlPool.GetConnection()
    at MySql.Data.MySqlClient.MySqlConnection.Open()
    at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String
    i real need help with it!


  2. #2
    C# Developer stealarcher is offline
    MemberRank
    Jan 2008 Join Date
    571Posts

    Re: ShadowCo Source

    your not getting a connection to mysql. Either your config.ini is setup wrong, you dont have mysql, or both.

  3. #3
    Apprentice yankees12 is offline
    MemberRank
    Jan 2007 Join Date
    23Posts

    Re: ShadowCo Source

    i setup all good but i no set MySQL at installation i set MySQL 5 because if i select MySQL and click Execute it wrote Cannonnt create windows service for MySQL !
    Whats Wrong Ohh!!
    And i have port 3307

  4. #4
    Account Upgraded | Title Enabled! Ne[o]x is offline
    MemberRank
    Apr 2008 Join Date
    Romania | Baia MareLocation
    235Posts

    Re: ShadowCo Source

    see guys you cant even setup up my source :)))

  5. #5
    Apprentice yankees12 is offline
    MemberRank
    Jan 2007 Join Date
    23Posts

    Re: ShadowCo Source

    ok close it !

  6. #6
    Account Upgraded | Title Enabled! lizzio is offline
    MemberRank
    Jun 2008 Join Date
    Belgium[BE]Location
    291Posts

    Re: ShadowCo Source

    Quote Originally Posted by Ne[o]x View Post
    see guys you cant even setup up my source :)))
    hahaha Lotf Source >.<
    not yours ;)


    btw.. download appserver
    put the backup.sql in it change the config file pass ''into appserver pass'' and ip
    run the exe and your done if you dont get this just die
    Last edited by lizzio; 19-07-08 at 05:58 PM.

  7. #7
    Valued Member Exqui is offline
    MemberRank
    Jun 2008 Join Date
    107Posts

    Re: ShadowCo Source

    Quote Originally Posted by yankees12 View Post
    i setup all good but i no set MySQL at installation i set MySQL 5 because if i select MySQL and click Execute it wrote Cannonnt create windows service for MySQL !
    Whats Wrong Ohh!!
    And i have port 3307
    If your setup is 'all good' then you wouldn't have come to RageZone expecting help for your 'error' of which your 'all good' setup is causing.

  8. #8
    Enthusiast kwallace1984 is offline
    MemberRank
    May 2007 Join Date
    Look behind youLocation
    43Posts

    Re: ShadowCo Source

    you might check to see if your MySQL is on, if so, then check to make sure your port isnt in use by another program.



Advertisement