我想在VPS上将phpMyAdmin安装到Ubuntu。我按此顺序尝试了以下命令:
1。检查更新:
sudo apt-get update
2。安装phpMyAdmin + apache2实用程序:
sudo apt-get install phpmyadmin apache2-utils
3。在apache2配置中包含phpmyadmin配置:
nano /etc/apach2/apache2.conf
之后:
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
我把这个:
Include /etc/phpmyadmin/apache.conf
在www.mydomain.com/phpmyadmin
上我找到了一条文本: