• 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.

MySql - Server name

E

edwardr

Guest
Hi there,

I had installed Plesk 7.5 for Windows. Everything works fine, but suddendly I had a problem with login in MySql-Database

under Server > Database administrator's credentials and tools:
There is the possibilty to login with phpMyAdmin

ConnectionServer name * :
(Name for the server cannot be changed.: There is at least one database on the server.)
Login and Password

and suddendly the server name localhost and a number I think 3445 dissapperad and I'm not able to insert it, and that's why I'm not able to access to my database with phpmyadmin.

Please can somebody tell me how to insert it again?

thx
edward
 
Ive just developed the same problem.

It started the moment i clicked on Root Web Admin.

Dan
 
for windows:

cmd
cd %plesk_dir%\mysql\bin
mysql -uadmin -p<admin_passwd> -P8306 psa
mysql> update misc set val='localhost' where param='mysql_data_source';
mysql> update misc set val='3306' where param='mysql_port';

then it should work again,... :)
 
Back
Top