• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Cannot add second mysql server

fabrizioi

Basic Pleskian
Hi All,

For one of my dedicated server I have the follwoing scenario:

Microsoft Windows Server 2012 X64
Plesk 11.5.30 Update #48

Plesk Panel - Tools and Settings -> Database Server -> Add Database Server
Type: MySql - host: localhost - Port 3307

Actual Result: error unable to connect to host

Expected result: New instance and service of MySql Server

Port 3307 is no firewalled and I have added a rule to allow connection on 3307

Where I'm wrong ?
I believe this could be a bug

Any help are welcome

Bye

Fabrizio
 
Your MySQL server is really configured for connections to non-standard 3307 port? Have you tried connect to this server with help of CLI command? Was it successful?
 
Hi IgorG,

Thanks for the reply.

The server is up and running and the mysql server on port 3306 works perfectly.

I have found the solution, reading the hellp.

The fact is that:
Plesk Panel - Tools and Settings -> Database Server -> Add Database Server, like explain in the help only add existing database server.
So I have download a newer version of MySqlServer (5.5.x X64).
Installed and configured on port 3307 with different instance (service) name.

After that I'm returned to:
Plesk Panel - Tools and Settings -> Database Server -> Add Database Server

Now adding credentials to the new instance let me manage the instance from phpmyadmin, and view the instance in the panel.

I believe this tools was made for that, not for add new instance

Please corret me if this is not correct

Thanks for the help

Bye

Fabrizio
 
Back
Top