⇤ ← Revision 1 as of 2020-03-19 23:31:54
Size: 923
Comment:
|
Size: 955
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 23: | Line 23: |
unzip phpMyAdmin-5.0.1-english.zip -d /var/www/phpmyadmin | unzip phpMyAdmin-5.0.1-english.zip cp phpMyAdmin-5.0.1-english/* /var/www/phpmyadmin/ -r |
phpMyAdmin
A web interface for MySQL/MariaDB.
Installation
Fetch the latest version of the software package.
wget https://files.phpmyadmin.net/phpMyAdmin/5.0.1/phpMyAdmin-5.0.1-english.zip
Create an installation directory that can be owned by the web server's user (typically www-data).
mkdir /var/www/phpmyadmin unzip phpMyAdmin-5.0.1-english.zip cp phpMyAdmin-5.0.1-english/* /var/www/phpmyadmin/ -r chown www-data:www-data /var/www/phpmyadmin -R chmod 775 /var/www/phpmyadmin -R
Update
Move the deployment to /var/www/phpmyadmin-temp and repeat the installation process for the new version. Copy the config.inc.php configuration file from the old to the new deployment. Test and, if successful, remove the old deployment.
Configuration
Web Server