Jump to content
  • 0

About hosting Control Panel


Natsu Dragneel

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   1
  • Joined:  12/27/11
  • Last Seen:  

Hello can you help me with my problem? I am hosting my server and my website on a different host. And I can't link my control panel to the database on my server's VPS. Any solution to this?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   12
  • Joined:  09/14/21
  • Last Seen:  

Just to be clear, it seems that the rAthena and Database servers are on one host and the Website server is on another host.

When attempting to connect the website Control Panel to the Database server, are you given any error messages?

Potential issues include:
 - Host 1 and/or Host 2 firewalls are blocking access to the Database port.
 - The website Control Panel was configured with the incorrect database access credentials.
 - The Database User was not granted privileges that allow access from the Webserver IP address.
 - The Database service is not running.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  864
  • Reputation:   115
  • Joined:  05/23/12
  • Last Seen:  

@Natsu Dragneelsearch for ur mysql config file (my.cnf).

On Linux:

/etc/mysql/my.cnf

 

Change:

bind-address = 127.0.0.1

To:

#bind-address = 127.0.0.1

 

This will allow remote access to the database. But be careful! Use a iptable or UFW to allow only packets/connections from ur server ip.

U need to change that the database user is accessible from other server.

 

Of course restart ur server.

 

Rynbef~

Link to comment
Share on other sites

×
×
  • Create New...