Here's the clue when you require to do so:
To make mysql listen only on the localhost interface, add the following to each of the three sections in /etc/my.cnf (googled reference)
bind-address = 127.0.0.1
Or control from within phpmyadmin's .htaccess:
hostOrder deny,allow
Deny from all
Allow from localhost
No comments:
Post a Comment