Just installed XAMPP on my Mac. When I tried to change the download directory in config.inc.php
, it says that the file was locked and cannot be unlocked because I do not have permission to change the folder. So I changed my permission to the folder and the file was no longer locked, but I can no longer access "phpmyadmin" in my browser via http://localhost/phpmyadmin/
, every time I try, it says "Existing configuration file (./config.inc.php) is not readable."
I googled the solution, from this page , it says to use chown root:cpanelphpmyadmin config.inc.php
to change the file permission. I did, but it says chown: cpanelphpmyadmin: Invalid argument
in my terminal window. I despaired here, someone helped me, please!
By the way, I tried to delete everything in the XAMPP folder in the App folder and create a new one, it does not work
source share