Issue
I am looking to put an older version of phpmyadmin on the server, that will work with the PHP 5.4, that i now have on my server, i have found a website with downloads for older version of phpmyadmin ( https://www.phpmyadmin.net/downloads/ ), how would i put an older version of phpmyadmin on my server, and is it even possible to do, or can i do it through CloudLinux ?
Environment
- PhpMyAdmin
Solution
Yes, it is possible to run an older version of phpMyAdmin with PHP 5.4, but this is not something handled directly by CloudLinux.
This depends on if you are using a control panel. If you are using cPanel or Plesk, their built-in phpMyAdmin is managed by the panel and cannot be downgraded safely, so the only supported approach is to deploy a separate instance of phpMyAdmin for PHP 5.4 alongside the default one. If you are not using a control panel, then you can deploy any compatible phpMyAdmin version yourself without that limitation.
CloudLinux OS does not install or manage phpMyAdmin versions. It only provides the ability to run multiple PHP versions and assign them per user or domain, which allows you to create an environment where PHP 5.4 can be used, but the phpMyAdmin installation itself must be done manually.
Cause
Optional - remove if not needed.
Why the issue/problem/
situation happened?
Useful links
Optional - remove if not needed.
Bullets list. Links to the environment/similar
issues.
Comments
0 comments
Please sign in to leave a comment.