• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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