

Save the file and access the phpMyAdmin in a web browser.Īll done. define('TEMP_DIR', '/var/lib/phpmyadmin/tmp/') ĭefine('CONFIG_DIR', '/etc/phpmyadmin/')
Upgrading phpmyadmin ubuntu update#
Therefore you need to specify the TEMP_DIR and CONFIG_DIR location under the vendor_config.php file.Įdit vendor_config.php file in your favorite text editor sudo vim /usr/share/phpmyadmin/libraries/vendor_config.phpĪnd update the following values. Sudo mv phpMyAdmin-*/* /usr/share/phpmyadmin/Īs I told the existing phpMyAdmin was installed with Apt package manager. Move this latest directory to the appropriate location. You will see a directory phpMyAdmin-all-languages in the current location. wget unzip phpMyAdmin-latest-all-languages.zip During last update of this article phpMyAdmin 4.8.5 is latest version available for download. Now, download the latest phpMyAdmin archive file from its official download page. sudo mv /usr/share/phpmyadmin/ /usr/share/phpmyadmin.bak You should back up your current phpMyAdmin folder by renaming it: sudo mv /usr/share/phpmyadmin/ /. However, I have just renamed it to phpmyadmin.bak at the same location. You should take a back up of your current phpMyAdmin directory.

Initially, the phpMyAdmin was installed through the apt package manager. I have the phpMyAdmin older version installed on it.

I have running Ubuntu 18.04 on my workstation.
