• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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