Thanks for pointing me on the right file william_syd.
I have the same file described in your last post as I am using phpmyadmin single-user.
Your wonderings were right, I've replaced this line :
allow from all
by this one :
allow from { "$localAccess"; }
After restarting my SMEbox I can't access anymore from the outside to phpmyadmin webinterface. From LAN, it's ok ! Great shot !!!
I guess it should work either with phpmyadmin multiuser rpm replacing this line :
allow from { "$localAccess $externalSSLAccess"; }
with this line :
allow from { "$localAccess"; }
Great thanks again.
