Jump to content
  • 0
Natsu Dragneel

About hosting Control Panel

Question

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

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

@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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.