• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Problem with adding a second mysql server

GeorgeMak

New Pleskian
Hi,

I have a dedicated server and I am about to get a few high traffic sites that will be Joomla based and MySQL served. What I am thinking a about is to create another MySQL instance, leave the current websites on the "old" instance and get the new ones onto a separate instance.

I am on PPP 11.0.9 on windows and the current mysql version is 5.1.56 on port 3306 (I can get other ports for other instances if that helps)

What I did was the following:

In the Database Servers page, I hit "Add Database Server"
In the next page I add the following:
MySQL (from the dropdown)
localhost
3307
(leave blank the default check box)
I then add the Administrator's username and passwords and hit OK.

The next page, reports an error message (in between asterisks below):
************************
Error: Test connection to the database server has failed because of network problems:

No connection could be made because the target machine actively refused it.
************************
The primary (eg. current) mysql instance is working fine, it's just I cannot add a second server...

Anything I am doing the wrong way? Please advise
Thank you
GM
 
First of all make sure that you have not firewalled port 3307. Try to connect to this port with telnet, for example. Or use mysql command for checking connection to this remote MySQL server with this port and login credentials.
 
Hi,
In the past i have a similar problem on Plesk 8.6 on Windows.

My solution is not elegants but for me works

I have downloaded a mysql standalone version (without setup)
I have created manually the service on port 3307 with a different instance name; eg mysql3307

Is not difficult to made, you can try , and have no effect to plesk installation.

Be careful with the data location, bin command, and my.cnf settings. (remember is another instance)

For me work in the last 5 year.

Hope this help

Bye

F.
 
Back
Top