MySQL Forums
Forum List  »  Newbie

Re: MySql Database access restricted by IP address?
Posted by: Bill Jour
Date: October 02, 2017 06:58PM

I did a search for the .htaccess file with the following command at the root directory.

churchmouse:/# find / -name ".htaccess" -print

It gave me this one result:

/usr/share/phpmyadmin/libraries/ .htaccess

I went to that directory and entered the following command:

churchmouse:/usr/share/phpmyadmin/libraries# cat .htaccess

It gave me this result:

# This folder does not require access over HTTP
# (the following directive denies access by default)
Order allow, deny

Options: ReplyQuote


Subject
Written By
Posted
Re: MySql Database access restricted by IP address?
October 02, 2017 06:58PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.