Jump to content
 

wrestleplus "Unable to connect to any of the specified MySQL hosts"


Recommended Posts

Posted (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 by Koli
Posted

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.

Posted

i didnt even install any mods

plus when i scan it it doesnt say it has a virus

Posted

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.

Posted

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

  • 2 years later...
Posted

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.

 

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.