0

在 config.default.php 中更新主机地址、用户名和密码后,我尝试通过http://xxxx.aliwebs.com/phpMyAdmin/index.php访问 phpMyAdmin 。我收到以下错误消息:“未指定输入文件”

4

1 回答 1

0

Did you try http://xxxx.aliwebs.com/phpMyAdmin/. This will redirect to the default page BTW, what environment you are using LAMP/LEMP?

If you are using LAMP try this:
sudo -H gedit /etc/apache2/apache2.conf or sudo nano /etc/apache2/apache2.conf

add this line somewhere
Include /etc/phpmyadmin/apache.conf

and finally restart apache.
sudo service apache2 restart

于 2018-09-28T12:37:57.270 回答