Best way to update PhpMyAdmin? We have 2.11.9.3 - figure we should get the latest. How do use phpMyAdmin to see what versions of PHP and MySql I have?
Thanks!
Best way to update PhpMyAdmin? We have 2.11.9.3 - figure we should get the latest. How do use phpMyAdmin to see what versions of PHP and MySql I have?
Thanks!
PhpMyAdmin has documentation on updating, the first page, after you log in tells you the mysql version, for php version use phpinfo()
I'd probably just download the latest version and chuck the directory onto your server using a different name (i.e. phpMyAdmin2 or something) and then test it to see if it works. If all is well, just swap the names of the directories for each version.
You may need to alter a few configuration files in the new version, but it won't be too difficult.