'How to change phpmyadmin's password on config.php.ini use MacOS
I changed the password on phpmyadmin , then I want to save the new password on config.php.ini, but the system say enter image description here ,so I can't change it.
Solution 1:[1]
It seems that you do not have permission to write on the file . That's why you are getting access denied error.
To Solve this error you have to make changes to the permission for the user you currently logged in .
Follow the given steps :
- Right click on the folder
- Select Get Info
- Expand the Sharing & Permission section
- Unlock the folder by clicking lock icon on bottom right-corner
- Now, select the user list and enable Read & Write privilege for the users
- Change 'Everyone' permissions to read & write or give permission to your user.
Finally click settings icon and select Apply to enclosed items..
After giving proper read /write permission , Now you can try to change password.
Hope this will resolve your issue.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Utkarsh verma |
