install_apache2_webserver_php_8_1_ubuntu_22_04_lts_secure_mysql_database

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install_apache2_webserver_php_8_1_ubuntu_22_04_lts_secure_mysql_database [2023/06/20 16:24] – [Install PhpMyAdmin] wikiadmininstall_apache2_webserver_php_8_1_ubuntu_22_04_lts_secure_mysql_database [2023/06/20 18:50] (current) – [Install PhpMyAdmin] wikiadmin
Line 883: Line 883:
 No VM guests are running outdated hypervisor (qemu) binaries on this host. No VM guests are running outdated hypervisor (qemu) binaries on this host.
 </code> </code>
 +
 +
 +Configure phpMyAdmin for Apache
 +Once phpMyAdmin is installed you can configure it with Apache so you can access the web interface.
 +
 +Copy the phpmyadmin.conf from our installation to Apache’s conf-available directory.
 +
 +  sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
 +
 +Enable the configuration using a2enconf command.
 +
 +  sudo a2enconf phpmyadmin
 +
 +Restart Apache for the changes to take effect.
 +
 +  sudo service apache2 restart
 +
 +Now you can access phpMyAdmin in a web browser using your domain name (or IP address) followed by /phpmyadmin.
 +
 +https:// domain.com /phpmyadmin
 +https:// yourIPaddress /phpmyadmin
 +
 +
install_apache2_webserver_php_8_1_ubuntu_22_04_lts_secure_mysql_database.1687278293.txt.gz · Last modified: 2023/06/20 16:24 by wikiadmin