Doubt with MySQL
#1

Fixed!
Reply
#2

i guess you have to tell the samp server hosting company to create a mysql database beside the server, means that yes, the server and the database must be in the same place (same host) i guess
Reply
#3

Local host connections are always better, though it doesn't mean that you cannot connect to a remote host. If the information provided is correct and if remote connections are accepted by the host, there's no problem. I suggest you not to use a remote host since it's slow.
Reply
#4

Local hosting SQL will always be faster. If you have a hosting provider for your game server, ask them to provide you with one. However the issue itself may revolve around the server not being configured correctly. Try accessing it from other locations.

Код:
C:\Users\Harry\>telnet mysql.hostinger.co.uk
Connecting To mysql.hostinger.co.uk...Could not open connection to the host, on port 23: Connect failed

C:\Users\Harry\>ping mysql.hostinger.co.uk
Ping request could not find host mysql.hostinger.co.uk. Please check the name and try again.
Appears there is no active connection on it, or it's blocked.^
Reply
#5

It's most likely your host problem, can you access phpmyadmin using your browser?
Reply
#6

Fixed!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)