problems to modify file config.inc.php MAC OS

0

install xampp, everything was fine until I decided to put password from php admin to mysql, it is assumed that the procedure was to add password from php admin and then modify the config.inc.php file and then add it again the pass and save , but at the time of saving it does not leave me because it shows a message that says I do not have the permissions to modify that file, then I tried to modify it from the terminal but I could not, then I tried to change the permissions for reading and modification from finder and terminal with chmod 777 but I did not succeed, someone could say how to configure phpmyadmin password correctly, acontinuacion I leave some images of what step I have left.

    
asked by Carlos Méndez 22.09.2017 в 23:40
source

1 answer

1

Effectively only allows you to open it in read only. The solution I found was to copy the file config.inc.php in some other external folder to xamppfiles / phpmyadmin and make the modifications to the password. Once copied and modified this file, you can delete the original (you should not have problems in this step) and replace it with the one you modified. If you reload the localhost / phpmyadmin page, now it will let you access it correctly.

    
answered by 27.03.2018 в 22:46