Home > Enterprise >  Cannot log in to the MySQL server/The target computer expressly refused
Cannot log in to the MySQL server/The target computer expressly refused

Time:11-08

enter image description hereI have this error when i try to connect to my database knowing that I've already used it and everything was normal until the last update of windows10. when i try to open the mysql command line it crashes. How can it fix that ? i checked MYSQL80 enter image description herein the services and it running normally

CodePudding user response:

I have that problem too, when I forget to disable my VPN.

  • Ensure you are not using any VPN
  • Ensure the credentials are correct
  • Ensure the antivirus/firewall is not blocking the connection
  • Ensure you can access PhpMyAdmin using XAMPP

If nothing works, contact the service provider, and ask them to allow you access to the database. Additionally, you can ask them to whitelist your IP address.

  • Related