Muqsit / PlayerVaults

Per-player GUI-based vaults plugin for PocketMine-MP
https://poggit.pmmp.io/p/PlayerVaults
GNU Lesser General Public License v2.1
41 stars 33 forks source link

error #66

Closed SuperAdam47 closed 5 years ago

SuperAdam47 commented 5 years ago

[16:11:27] [Server thread/CRITICAL]: ErrorException: "mysqli::__construct(): (HY000/2002): Connection refused" (EXCEPTION) in "plugins/PlayerVaults_v2.phar/src/PlayerVaults/PlayerVaults" at line 83

SleepSpace9 commented 5 years ago

This is no plugin issue, you just cannot connect to your MySQL server. Check your connection parameters (ip, port, ...) in config.yml, check if the MySQL server is started and listening on the specified port. If it's hosted on a different machine then make sure your firewall doesn't block needed connections.