|
|||
|
WHM & CPANEL 11 Remote MySQL and Backup
Hi,
I'm ready to plunge into 2 server setup. I'm planning to get another dedicated server for MySQL server alone. My questions is 1. When i setup remote MYSQL server on WHHM do i need to move the database manually to the new MYSQL server? 2. Will the WHM and CPANEL includes the DB on the remote SQL server when it runs CPANEL backup? 3. Will CPANEL totally manage the MYSQL server or do i have to manually manage it myself on the new mysql server? Thank you in advanced |
|
||||
|
Quote:
Quote:
cPanel/WHM will manage the remote MySQL server.
__________________
Want our technical analysts to login to your server to assist you? You can contact our technical analysts at: http://tickets.cPanel.net/submit |
|
|||
|
It is possible to have external mySQL running on Windows server?
|
|
||||
|
Quote:
Essentially, you'll need to be somewhat creative to get it to work properly on a Windows server. Keep in mind this functionality is built assuming the external MySQL server is on some sort of *nix platform.
__________________
Want our technical analysts to login to your server to assist you? You can contact our technical analysts at: http://tickets.cPanel.net/submit |
|
|||
|
Quote:
Also, could you tell me more what can be done with "SQL Services -> Additional MySQL Access Hosts"? |
|
|||
|
Do you have some presentation or video for download from Training Seminar?
|
|
|||
|
Thank you very much for this tutorial.
Why not publish it at cPanel website? |
|
|||
|
Let suppose I use same mySQL server to several cPanel installations and on 2 cPanel servers differents accounts use same username:
cPanel Server 1: username example create database example_test1 cPanel Server 2: username example create database example_test2 Will cPanel know example_test1 belongs only to example from cPanel Server 1 or it will think both databases belong to both usernames? |
|
||||
|
Quote:
![]() Quote:
1. Have different MySQL processes listening on different ports (this has many unique problems) 2. Put a proxy between the cPanel servers and the remote MySQL server(s). Configure the proxy so it knows to forward requests from host1 to mysql5-1 and host2 to mysql5-2. Or from host1 to mysql5-1:3306 and from host2 to mysql5-1:3316 (using different ports with multiple MySQL processes on the same machine). 3. Have some custom, centralized system that ties in with the account creation process that guarantees unique cPanel account names for all your servers. We hope to address this and other issues once we start focusing on cPanel 12. |
|
|||
|
Do you know some proxy implementation?
|
|
||||
|
The one used in the presentation was HA Proxy
The presentation didn't go in depth in the setup and use of the proxy. However the manual is fairly easy to read, and the entire setup for simple scenarios is very easy. |
|
|||
|
The "Additional MySQL Access Hosts" ability should really be made to setup remote access hosts for specific databases only, or all databases under a specific username.
Having the ability to say IP address 123.123.123.123 has remote access to any databases on the server could be ok as an option but it would be much preferred (I would imagine) to specify that user1 can access any of *HIS* databases from the remote IP/Host specified.
__________________
Tony Kammerer - Admin, United Communications Ltd. Proudly hosting over 20,000 customer websites since 1998! Our lively customer community with over 65,000 posts! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|