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

phpmyadmin config change

B

bob950

Guest
Hello. I have come across some scripts that I have been trying to install on my windows plesk server. The only problem about these scripts is that they only work with MySQL version 4. So, I installed another instance of MySQL on my server. Now, MySQL 5 is running on port 3306, and MySQL 4 is running on port 3308. So far everything has gone smoothly, but what I need to do is get phpmyadmin to connect to MySQL 4 (port 3308) insetad of MySQL 5 (port 3306). I am guessing there is a config file for phpmyadmin, that has a variable to set the address to connect to, but I cannot seem to find it. Any help would be greatly appreciated.
 
Hi,

You need to add this server into Plesk(it is possible to pick MySQL instance port).

Then you will be able to use this MySQL instance in PhpMyAdmin.
 
Back
Top