@edyth
To run phpMyAdmin on Ubuntu, you can follow these steps:
Note: Replace "your-server-ip" with the actual IP address or hostname of your Ubuntu server.
@edyth
To run phpMyAdmin on Ubuntu, you can follow these steps:
1 2 |
sudo apt-get update sudo apt-get install apache2 libapache2-mod-php |
1
|
sudo apt-get install phpmyadmin
|
1 2 |
sudo phpenmod mbstring sudo phpenmod mysql |
1
|
sudo systemctl restart apache2 |
Note: Replace "your-server-ip" with the actual IP address or hostname of your server.
@edyth
1
|
sudo apt-get install phpmyadmin
|
1
|
Include /etc/phpmyadmin/apache.conf |
1
|
sudo service apache2 restart |