MySQL connecting problem
#1

Hello guys,

I'm able to connect to database while the server files are on VPS without problems - using "localhost" as IP. While on copy of the gamemode that is located on my PC, Iwould like to use the same database.
I have put VPS's IP and not "localhost" and it's not working. I think that I allowed connections outside of localhost.

What could be the problem?
Reply
#2

Your VPS probably have the ports blocked, specifically 3306 (which is used by MySQL and MariaDB).
You could always install XAMPP or Wampserver64 on your PC and then transfer the database files by taking a dump of the DB from your VPS and import it into your mysql/mariadb instance on your PC?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)