0

在我本地的 kubuntu18 下,我安装了管理员:

# sudo apt-get install adminer
 ...
root@AtHome:~/Downloads# whereis  adminer
adminer: /etc/adminer /usr/share/adminer

我找到了这个分支 https://askubuntu.com/questions/813282/how-to-configure-adminer-to-be-reachable-on-the-local-network

并运行我得到符号链接已经存在的错误

root@AtHome:~/Downloads# cd /etc/apache2/conf-available
root@AtHome:/etc/apache2/conf-available# sudo ln -s ../../adminer/apache.conf adminer.conf
ln: failed to create symbolic link 'adminer.conf': File exists

我发现文件 /etc/apache2/conf-available/adminer.conf 显示 25 个字节并打开它我看到它是空的。

我希望我的管理员可以在 url 下工作

http://localhost/adminer

如何配置它?

谢谢!

4

1 回答 1

0

Personally, I installed apache2 and I configured the folder /var/www/adminer as http://localhost/adminer/ and it works very well. But I did all and I only used apt for downloading apache2 and mysql.

于 2021-03-10T13:11:18.837 回答