-
Apprentice
Phoenix error
i got this code and i want a fix and fast i need to run my client please help !
11-2-2015 8:41:53: Error in thread Room [ID: 11] cycle task:
MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
bij MySql.Data.MySqlClient.NativeDriver.Open()
bij MySql.Data.MySqlClient.Driver.Open()
bij MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
bij MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
bij MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
bij MySql.Data.MySqlClient.MySqlPool.GetConnection()
bij MySql.Data.MySqlClient.MySqlConnection.Open()
bij Phoenix.Storage.DatabaseClient..ctor(DatabaseManager _Manager) in C:\Users\Amir\Desktop\Source Phoenix - Amirs Edit\Source\Storage\DatabaseClient.cs:regel 17
bij Phoenix.Storage.DatabaseManager.GetClient() in C:\Users\Amir\Desktop\Source Phoenix - Amirs Edit\Source\Storage\DatabaseManager.cs:regel 32
bij Phoenix.HabboHotel.Rooms.Room.method_33() in C:\Users\Amir\Desktop\Source Phoenix - Amirs Edit\Source\HabboHotel\Rooms\Room.cs:regel 2968
-
-
Valued Member
Re: Phoenix error
Hello there.
Well, as you can see in row two it says: "Unable to connect to any of the specified MySQL hosts.".
That means that in your config file, you have put the wrong MySQL host so the server can't connect to it.
Try to open your config and change the mysql host to localhost or w/e your MySQL host is.
Thanks,
Zooiki.