*/etc/httpd/conf.d/phpMyAdmin.conf
**どこからでもアクセス可能にするには、[[R]]euire all granted
<blockquote>Access to the requested directory is only available from the local network. This setting can be configured in the file "httpd-xampp.conf".</blockquote>
<pre>
$ sudo vi /opt/lampp/etc/extra/httpd-xampp.conf
Require を local から all granted に変更
</pre>
[[File:0957_phpmyadmin01.png]]