我用 home-brew 安装了 phpmyadmin。
所有设置都已完成。
我尝试访问
http://localhost/phpmyadmin
未找到 在此服务器上找不到请求的 URL。
显示。
控制台这么说
To enable phpMyAdmin in Apache, add the following to httpd.conf and
restart Apache:
Alias /phpmyadmin /opt/homebrew/share/phpmyadmin
<Directory /opt/homebrew/share/phpmyadmin/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
Then open http://localhost/phpmyadmin
The configuration file is /opt/homebrew/etc/phpmyadmin.config.inc.php
==> Summary
所以我修改了 /etc/apache2/ 中的 https.conf
和 % sudo apachectl restart