phpMyAdmin
is readily available in apt
's repository thus can easily be installed from the command line. Installing phpMyAdmin
via apt
will also install Apache
along with PHP
and all the required modules. php-mysql
and mysql-client
will also be installed, but the mysql-server
itself is not.
apt
's package list. $ sudo apt update
phpmyadmin
package via apt
.phpmyadmin
.$ sudo apt install -y phpmyadmin
Ok
. use <tab> to navigate
phpmyadmin
with dbconfig-common
.
Just select Yes
if unsure.
phpmyadmin
accessroot
password for your MySQL or MariaDB installation.Apache configuration file.
/etc/apache2/conf-enabled/phpmyadmin.conf
phpMyAdmin configuration file.
/etc/phpmyadmin/config.inc.php
curl 127.0.0.1/phpmyadmin