Koli Posted August 1, 2019 Posted August 1, 2019 (edited) so i just installed wrestleplus and then when i press auto inject pac files it says "Unable to connect to any of the specified MySQL hosts" can someone please help me? Thank you! Edited August 1, 2019 by Koli Quote
MrMeatWhip Posted August 2, 2019 Posted August 2, 2019 I'm getting the same. I've only ever installed audio mods for this game and now I'm trying to install custom wrestler mods and have no idea what I'm doing. Someone said disabling your antivirus will fix it but it didn't for me. Quote
Koli Posted August 2, 2019 Author Posted August 2, 2019 i didnt even install any mods plus when i scan it it doesnt say it has a virus Quote
Cave Waverider Posted August 2, 2019 Posted August 2, 2019 This means that you can't connect to the Database server for whatever reason. It could be either blocked by your firewall/security software, ISP, etc. or the server might be unreachable/down or at capacity. Quote
grayfox12 Posted August 2, 2019 Posted August 2, 2019 I've got the same last night. The message is very similar to the one when i still to used wwe2k18+ (in his end of life 😁). The server is probably down, but time will tell Quote
berkninan Posted March 24, 2022 Posted March 24, 2022 In some of the ways, spacing and the order of parameters in the MySql connection string does matters. So, stick to the standard format: MysqlConn.ConnectionString = "Server=localhost;Port=1234;Database=My_Mysql_Database;Uid=root;Pwd=root;" If the above connection string fails, try update your c# mysql connection string as shown below (without port variable as well): MysqlConn.ConnectionString = "Server=localhost;Database=My_Mysql_Database;Uid=root;Pwd=root;" Or, sometime the problem could be on your windows firewall, make sure your server allow access to all port associated with your mysql database. Quote
El Guapo Posted March 24, 2022 Posted March 24, 2022 I'm pretty sure that when I had similar problems ages ago I fixed it by white-listing it in my firewall settings, but I might be mistaken Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.