[HELP] Phoenix 3.8.1 Will not connect to local database

StuntmanSlim

Member
Mar 28, 2013
40
0
hi guys this is my problem
it was working one day now its not :(.
all the setting are correct because the CMS connects to the database

emu_connectdb
MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of
the specified MySQL hosts.
at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.Driver.Open()
at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings
)
at MySql.Data.MySqlClient.MySqlPool..ctor(MySqlConnectionStringBuilder settin
gs)
at MySql.Data.MySqlClient.MySqlPoolManager.GetPool(MySqlConnectionStringBuild
er settings)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_vfqitwuylqwhovqeonbjun..ctor(Int32 conns)
at P_bcbhqwxjaufalkkpiydmyi.P_ochxcuonzgqhpiknipkxsj()
at P_fpgvgcwuffhcebldusdrmt.P_chgtwbnbkjqliythrmhaq(String[] P_vhmdbyenrqyxqx
yglpjnsq)
 

MrArkalys

Java Dev
Jul 29, 2013
271
16
hi guys this is my problem
it was working one day now its not :(.
all the setting are correct because the CMS connects to the database

emu_connectdb
MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of
the specified MySQL hosts.
at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.Driver.Open()
at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings
)
at MySql.Data.MySqlClient.MySqlPool..ctor(MySqlConnectionStringBuilder settin
gs)
at MySql.Data.MySqlClient.MySqlPoolManager.GetPool(MySqlConnectionStringBuild
er settings)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_vfqitwuylqwhovqeonbjun..ctor(Int32 conns)
at P_bcbhqwxjaufalkkpiydmyi.P_ochxcuonzgqhpiknipkxsj()
at P_fpgvgcwuffhcebldusdrmt.P_chgtwbnbkjqliythrmhaq(String[] P_vhmdbyenrqyxqx
yglpjnsq)

Well watch the error it says mySQL or your Database isn't working correctly, try new DB Or reinstall IIs7/Xamp/Wamp.
I dont know for SURE if it will work but please try it maybe it works^^

New emu like phoenix 3.7.1 is STABLE but standard but its good for test^^
But first new DB as try or new connection (in like navicat).
 

lee1418

Member
May 30, 2012
51
1
Well watch the error it says mySQL or your Database isn't working correctly, try new DB Or reinstall IIs7/Xamp/Wamp.
I dont know for SURE if it will work but please try it maybe it works^^

New emu like phoenix 3.7.1 is STABLE but standard but its good for test^^
But first new DB as try or new connection (in like navicat).
I am trying to use phoenix 3.7.1 but its doing the same exact thing.. I use xampp, I don't know how to use navicat plus it costs money.. an dk what iis7 is.
 

Attachments

  • emu error.png
    emu error.png
    484.3 KB · Views: 7

MrArkalys

Java Dev
Jul 29, 2013
271
16
What is the error? without knowing the error, we can not help you.

emu_connectdb
MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of
the specified MySQL hosts.

at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.Driver.Open()
at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings
)
at MySql.Data.MySqlClient.MySqlPool..ctor(MySqlConnectionStringBuilder settin
gs)
at MySql.Data.MySqlClient.MySqlPoolManager.GetPool(MySqlConnectionStringBuild
er settings)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_vfqitwuylqwhovqeonbjun..ctor(Int32 conns)
at P_bcbhqwxjaufalkkpiydmyi.P_ochxcuonzgqhpiknipkxsj()
at P_fpgvgcwuffhcebldusdrmt.P_chgtwbnbkjqliythrmhaq(String[] P_vhmdbyenrqyxqx
yglpjnsq)
 

Users who are viewing this thread

Top