Modify the file 'config.inc.php' for XAMPP, PHPMyAdmin & MySQL setup





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















I installed XAMPP and subsequently set a password for PHPMyAdmin & MySQL, which requires me to modify the file 'config.inc.php' to add my password to it. However, I simply can't find a way to successfully edit the file without getting a permission or operation error.



No matter what I try, I cannot modify the file to set up a password for PHPMyAdmin.




  1. I have tried logging in as root user using nano to modify the file and I still get permission errors.


  2. I've tried using my normal account and using sudo nano config.inc.php.


  3. I've tried changing permissions on the file to 755 and 777 i.e. chmod 755 config.inc.php.



Currently, due to these issues I can't access PHPMyAdmin at all now. Hoping someone can provide a solution to this nightmare.



Thanks!



EDIT



I'm running MacOS Mojave version 10.14.2, should have specified that my apologies!



When doing an ls -l on the file, I get:




-rw-r--r-- 1 daemon daemon 5109 18 Jan 09:40 config.inc.php











share|improve this question

























  • Hey Sam! Great first question on Superuser. Consider specifying which Unix-based OS you're running since permission issue mitigation can vary from system to system.

    – baelx
    Feb 7 at 1:25






  • 1





    Apologies, I've edited the post to include the OS version. Thanks!

    – Sam Wood
    Feb 7 at 6:57











  • Thanks for adding that, Sam. Not sure what’s going on for you but just to confirm, with each time you’re trying to access that file you’re getting rejected with an insufficient privileges error of some kind? Could you also do a ‘ls-l’ on that file and add the output to your question?

    – baelx
    Feb 7 at 7:19











  • Sorry I took so long... I've edited again with the results of the ls -l command. Yes, I get the message '[ Error writing config.inc.php: Permission denied ]' when trying to edit using 'sudo nano'.

    – Sam Wood
    Feb 8 at 20:38




















1















I installed XAMPP and subsequently set a password for PHPMyAdmin & MySQL, which requires me to modify the file 'config.inc.php' to add my password to it. However, I simply can't find a way to successfully edit the file without getting a permission or operation error.



No matter what I try, I cannot modify the file to set up a password for PHPMyAdmin.




  1. I have tried logging in as root user using nano to modify the file and I still get permission errors.


  2. I've tried using my normal account and using sudo nano config.inc.php.


  3. I've tried changing permissions on the file to 755 and 777 i.e. chmod 755 config.inc.php.



Currently, due to these issues I can't access PHPMyAdmin at all now. Hoping someone can provide a solution to this nightmare.



Thanks!



EDIT



I'm running MacOS Mojave version 10.14.2, should have specified that my apologies!



When doing an ls -l on the file, I get:




-rw-r--r-- 1 daemon daemon 5109 18 Jan 09:40 config.inc.php











share|improve this question

























  • Hey Sam! Great first question on Superuser. Consider specifying which Unix-based OS you're running since permission issue mitigation can vary from system to system.

    – baelx
    Feb 7 at 1:25






  • 1





    Apologies, I've edited the post to include the OS version. Thanks!

    – Sam Wood
    Feb 7 at 6:57











  • Thanks for adding that, Sam. Not sure what’s going on for you but just to confirm, with each time you’re trying to access that file you’re getting rejected with an insufficient privileges error of some kind? Could you also do a ‘ls-l’ on that file and add the output to your question?

    – baelx
    Feb 7 at 7:19











  • Sorry I took so long... I've edited again with the results of the ls -l command. Yes, I get the message '[ Error writing config.inc.php: Permission denied ]' when trying to edit using 'sudo nano'.

    – Sam Wood
    Feb 8 at 20:38
















1












1








1








I installed XAMPP and subsequently set a password for PHPMyAdmin & MySQL, which requires me to modify the file 'config.inc.php' to add my password to it. However, I simply can't find a way to successfully edit the file without getting a permission or operation error.



No matter what I try, I cannot modify the file to set up a password for PHPMyAdmin.




  1. I have tried logging in as root user using nano to modify the file and I still get permission errors.


  2. I've tried using my normal account and using sudo nano config.inc.php.


  3. I've tried changing permissions on the file to 755 and 777 i.e. chmod 755 config.inc.php.



Currently, due to these issues I can't access PHPMyAdmin at all now. Hoping someone can provide a solution to this nightmare.



Thanks!



EDIT



I'm running MacOS Mojave version 10.14.2, should have specified that my apologies!



When doing an ls -l on the file, I get:




-rw-r--r-- 1 daemon daemon 5109 18 Jan 09:40 config.inc.php











share|improve this question
















I installed XAMPP and subsequently set a password for PHPMyAdmin & MySQL, which requires me to modify the file 'config.inc.php' to add my password to it. However, I simply can't find a way to successfully edit the file without getting a permission or operation error.



No matter what I try, I cannot modify the file to set up a password for PHPMyAdmin.




  1. I have tried logging in as root user using nano to modify the file and I still get permission errors.


  2. I've tried using my normal account and using sudo nano config.inc.php.


  3. I've tried changing permissions on the file to 755 and 777 i.e. chmod 755 config.inc.php.



Currently, due to these issues I can't access PHPMyAdmin at all now. Hoping someone can provide a solution to this nightmare.



Thanks!



EDIT



I'm running MacOS Mojave version 10.14.2, should have specified that my apologies!



When doing an ls -l on the file, I get:




-rw-r--r-- 1 daemon daemon 5109 18 Jan 09:40 config.inc.php








mac permissions php mysql phpmyadmin






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 8 at 20:37







Sam Wood

















asked Feb 6 at 22:50









Sam WoodSam Wood

84




84













  • Hey Sam! Great first question on Superuser. Consider specifying which Unix-based OS you're running since permission issue mitigation can vary from system to system.

    – baelx
    Feb 7 at 1:25






  • 1





    Apologies, I've edited the post to include the OS version. Thanks!

    – Sam Wood
    Feb 7 at 6:57











  • Thanks for adding that, Sam. Not sure what’s going on for you but just to confirm, with each time you’re trying to access that file you’re getting rejected with an insufficient privileges error of some kind? Could you also do a ‘ls-l’ on that file and add the output to your question?

    – baelx
    Feb 7 at 7:19











  • Sorry I took so long... I've edited again with the results of the ls -l command. Yes, I get the message '[ Error writing config.inc.php: Permission denied ]' when trying to edit using 'sudo nano'.

    – Sam Wood
    Feb 8 at 20:38





















  • Hey Sam! Great first question on Superuser. Consider specifying which Unix-based OS you're running since permission issue mitigation can vary from system to system.

    – baelx
    Feb 7 at 1:25






  • 1





    Apologies, I've edited the post to include the OS version. Thanks!

    – Sam Wood
    Feb 7 at 6:57











  • Thanks for adding that, Sam. Not sure what’s going on for you but just to confirm, with each time you’re trying to access that file you’re getting rejected with an insufficient privileges error of some kind? Could you also do a ‘ls-l’ on that file and add the output to your question?

    – baelx
    Feb 7 at 7:19











  • Sorry I took so long... I've edited again with the results of the ls -l command. Yes, I get the message '[ Error writing config.inc.php: Permission denied ]' when trying to edit using 'sudo nano'.

    – Sam Wood
    Feb 8 at 20:38



















Hey Sam! Great first question on Superuser. Consider specifying which Unix-based OS you're running since permission issue mitigation can vary from system to system.

– baelx
Feb 7 at 1:25





Hey Sam! Great first question on Superuser. Consider specifying which Unix-based OS you're running since permission issue mitigation can vary from system to system.

– baelx
Feb 7 at 1:25




1




1





Apologies, I've edited the post to include the OS version. Thanks!

– Sam Wood
Feb 7 at 6:57





Apologies, I've edited the post to include the OS version. Thanks!

– Sam Wood
Feb 7 at 6:57













Thanks for adding that, Sam. Not sure what’s going on for you but just to confirm, with each time you’re trying to access that file you’re getting rejected with an insufficient privileges error of some kind? Could you also do a ‘ls-l’ on that file and add the output to your question?

– baelx
Feb 7 at 7:19





Thanks for adding that, Sam. Not sure what’s going on for you but just to confirm, with each time you’re trying to access that file you’re getting rejected with an insufficient privileges error of some kind? Could you also do a ‘ls-l’ on that file and add the output to your question?

– baelx
Feb 7 at 7:19













Sorry I took so long... I've edited again with the results of the ls -l command. Yes, I get the message '[ Error writing config.inc.php: Permission denied ]' when trying to edit using 'sudo nano'.

– Sam Wood
Feb 8 at 20:38







Sorry I took so long... I've edited again with the results of the ls -l command. Yes, I get the message '[ Error writing config.inc.php: Permission denied ]' when trying to edit using 'sudo nano'.

– Sam Wood
Feb 8 at 20:38












1 Answer
1






active

oldest

votes


















0














Thanks for the info so far, Sam.



The permissions on that file correspond to 644. I would try to run the commands you've listed again, prefacing with sudo as necessary. Here are some steps to correct the issue:



1. Switch the owner of the config.inc.php file with:



sudo chown youruser:youruser config.inc.php




To be sure, you can find your user name by simply running whoami beforehand.



You will be asked to enter your root password for this operation. Make sure you enter it successfully and the command completes. Then run ls -l again and you should see:



-rw-r--r-- 1 youruser youruser 5109 18 Jan 09:40 config.inc.php


This should be plenty for you to be able make use of the file to solve your underlying issue.





2. Try accessing it with the nano command.



3. If for some reason you're denied. Try changing the permissions:



sudo chmod 755 config.inc.php


And ls -l again to make sure it worked.



4. Now try accessing the file again with the nano command.





All of these commands should run and take effect no problem as long as you got the root password correct. If they didn't, that would be really odd and by all accounts shouldn't really happen. If somehow that's the case, please post the exact error message and what step it occurred at. Your system quietly not responding to a sudo authenticated command to simply change a file's permissions would be bizarre.






share|improve this answer
























  • I got some errors on step 1 unfortunately. I tried 'sudo chown samwood:samwood config.inc.php' but got the error message 'chown: samwood: illegal group name'. I then tried 'sudo chown samwood config.inc.php' and got 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:21













  • Okay, so now just try: sudo chown samwood:daemon config.inc.php

    – baelx
    Feb 8 at 21:22











  • Got the same error running that command - 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:23











  • Based on what you've said, I'm thinking it's an issue with the way XAMPP & PHPMyAdmin works. I'm not sure how to describe it, but it's like those files I'm changing are on a server which is running on my machine. That's what XAMPP allows you to do. That said, I don't understand why I can't edit them using the root user. I've seen others on the internet editing them no problem with the same commands I'm using... the set up is no different either i.e. XAMPP runs an apache server on your local machine.

    – Sam Wood
    Feb 8 at 21:29











  • I forgot about this at first but the chown issue is likely due to the recent version of MacOS you’re running in which there have been additions to the whole Unix based permissions system. See this answer for an explanation and some solutions: superuser.com/questions/279235/…

    – baelx
    Feb 8 at 21:34












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1402899%2fmodify-the-file-config-inc-php-for-xampp-phpmyadmin-mysql-setup%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Thanks for the info so far, Sam.



The permissions on that file correspond to 644. I would try to run the commands you've listed again, prefacing with sudo as necessary. Here are some steps to correct the issue:



1. Switch the owner of the config.inc.php file with:



sudo chown youruser:youruser config.inc.php




To be sure, you can find your user name by simply running whoami beforehand.



You will be asked to enter your root password for this operation. Make sure you enter it successfully and the command completes. Then run ls -l again and you should see:



-rw-r--r-- 1 youruser youruser 5109 18 Jan 09:40 config.inc.php


This should be plenty for you to be able make use of the file to solve your underlying issue.





2. Try accessing it with the nano command.



3. If for some reason you're denied. Try changing the permissions:



sudo chmod 755 config.inc.php


And ls -l again to make sure it worked.



4. Now try accessing the file again with the nano command.





All of these commands should run and take effect no problem as long as you got the root password correct. If they didn't, that would be really odd and by all accounts shouldn't really happen. If somehow that's the case, please post the exact error message and what step it occurred at. Your system quietly not responding to a sudo authenticated command to simply change a file's permissions would be bizarre.






share|improve this answer
























  • I got some errors on step 1 unfortunately. I tried 'sudo chown samwood:samwood config.inc.php' but got the error message 'chown: samwood: illegal group name'. I then tried 'sudo chown samwood config.inc.php' and got 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:21













  • Okay, so now just try: sudo chown samwood:daemon config.inc.php

    – baelx
    Feb 8 at 21:22











  • Got the same error running that command - 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:23











  • Based on what you've said, I'm thinking it's an issue with the way XAMPP & PHPMyAdmin works. I'm not sure how to describe it, but it's like those files I'm changing are on a server which is running on my machine. That's what XAMPP allows you to do. That said, I don't understand why I can't edit them using the root user. I've seen others on the internet editing them no problem with the same commands I'm using... the set up is no different either i.e. XAMPP runs an apache server on your local machine.

    – Sam Wood
    Feb 8 at 21:29











  • I forgot about this at first but the chown issue is likely due to the recent version of MacOS you’re running in which there have been additions to the whole Unix based permissions system. See this answer for an explanation and some solutions: superuser.com/questions/279235/…

    – baelx
    Feb 8 at 21:34
















0














Thanks for the info so far, Sam.



The permissions on that file correspond to 644. I would try to run the commands you've listed again, prefacing with sudo as necessary. Here are some steps to correct the issue:



1. Switch the owner of the config.inc.php file with:



sudo chown youruser:youruser config.inc.php




To be sure, you can find your user name by simply running whoami beforehand.



You will be asked to enter your root password for this operation. Make sure you enter it successfully and the command completes. Then run ls -l again and you should see:



-rw-r--r-- 1 youruser youruser 5109 18 Jan 09:40 config.inc.php


This should be plenty for you to be able make use of the file to solve your underlying issue.





2. Try accessing it with the nano command.



3. If for some reason you're denied. Try changing the permissions:



sudo chmod 755 config.inc.php


And ls -l again to make sure it worked.



4. Now try accessing the file again with the nano command.





All of these commands should run and take effect no problem as long as you got the root password correct. If they didn't, that would be really odd and by all accounts shouldn't really happen. If somehow that's the case, please post the exact error message and what step it occurred at. Your system quietly not responding to a sudo authenticated command to simply change a file's permissions would be bizarre.






share|improve this answer
























  • I got some errors on step 1 unfortunately. I tried 'sudo chown samwood:samwood config.inc.php' but got the error message 'chown: samwood: illegal group name'. I then tried 'sudo chown samwood config.inc.php' and got 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:21













  • Okay, so now just try: sudo chown samwood:daemon config.inc.php

    – baelx
    Feb 8 at 21:22











  • Got the same error running that command - 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:23











  • Based on what you've said, I'm thinking it's an issue with the way XAMPP & PHPMyAdmin works. I'm not sure how to describe it, but it's like those files I'm changing are on a server which is running on my machine. That's what XAMPP allows you to do. That said, I don't understand why I can't edit them using the root user. I've seen others on the internet editing them no problem with the same commands I'm using... the set up is no different either i.e. XAMPP runs an apache server on your local machine.

    – Sam Wood
    Feb 8 at 21:29











  • I forgot about this at first but the chown issue is likely due to the recent version of MacOS you’re running in which there have been additions to the whole Unix based permissions system. See this answer for an explanation and some solutions: superuser.com/questions/279235/…

    – baelx
    Feb 8 at 21:34














0












0








0







Thanks for the info so far, Sam.



The permissions on that file correspond to 644. I would try to run the commands you've listed again, prefacing with sudo as necessary. Here are some steps to correct the issue:



1. Switch the owner of the config.inc.php file with:



sudo chown youruser:youruser config.inc.php




To be sure, you can find your user name by simply running whoami beforehand.



You will be asked to enter your root password for this operation. Make sure you enter it successfully and the command completes. Then run ls -l again and you should see:



-rw-r--r-- 1 youruser youruser 5109 18 Jan 09:40 config.inc.php


This should be plenty for you to be able make use of the file to solve your underlying issue.





2. Try accessing it with the nano command.



3. If for some reason you're denied. Try changing the permissions:



sudo chmod 755 config.inc.php


And ls -l again to make sure it worked.



4. Now try accessing the file again with the nano command.





All of these commands should run and take effect no problem as long as you got the root password correct. If they didn't, that would be really odd and by all accounts shouldn't really happen. If somehow that's the case, please post the exact error message and what step it occurred at. Your system quietly not responding to a sudo authenticated command to simply change a file's permissions would be bizarre.






share|improve this answer













Thanks for the info so far, Sam.



The permissions on that file correspond to 644. I would try to run the commands you've listed again, prefacing with sudo as necessary. Here are some steps to correct the issue:



1. Switch the owner of the config.inc.php file with:



sudo chown youruser:youruser config.inc.php




To be sure, you can find your user name by simply running whoami beforehand.



You will be asked to enter your root password for this operation. Make sure you enter it successfully and the command completes. Then run ls -l again and you should see:



-rw-r--r-- 1 youruser youruser 5109 18 Jan 09:40 config.inc.php


This should be plenty for you to be able make use of the file to solve your underlying issue.





2. Try accessing it with the nano command.



3. If for some reason you're denied. Try changing the permissions:



sudo chmod 755 config.inc.php


And ls -l again to make sure it worked.



4. Now try accessing the file again with the nano command.





All of these commands should run and take effect no problem as long as you got the root password correct. If they didn't, that would be really odd and by all accounts shouldn't really happen. If somehow that's the case, please post the exact error message and what step it occurred at. Your system quietly not responding to a sudo authenticated command to simply change a file's permissions would be bizarre.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 8 at 21:06









baelxbaelx

1,917817




1,917817













  • I got some errors on step 1 unfortunately. I tried 'sudo chown samwood:samwood config.inc.php' but got the error message 'chown: samwood: illegal group name'. I then tried 'sudo chown samwood config.inc.php' and got 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:21













  • Okay, so now just try: sudo chown samwood:daemon config.inc.php

    – baelx
    Feb 8 at 21:22











  • Got the same error running that command - 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:23











  • Based on what you've said, I'm thinking it's an issue with the way XAMPP & PHPMyAdmin works. I'm not sure how to describe it, but it's like those files I'm changing are on a server which is running on my machine. That's what XAMPP allows you to do. That said, I don't understand why I can't edit them using the root user. I've seen others on the internet editing them no problem with the same commands I'm using... the set up is no different either i.e. XAMPP runs an apache server on your local machine.

    – Sam Wood
    Feb 8 at 21:29











  • I forgot about this at first but the chown issue is likely due to the recent version of MacOS you’re running in which there have been additions to the whole Unix based permissions system. See this answer for an explanation and some solutions: superuser.com/questions/279235/…

    – baelx
    Feb 8 at 21:34



















  • I got some errors on step 1 unfortunately. I tried 'sudo chown samwood:samwood config.inc.php' but got the error message 'chown: samwood: illegal group name'. I then tried 'sudo chown samwood config.inc.php' and got 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:21













  • Okay, so now just try: sudo chown samwood:daemon config.inc.php

    – baelx
    Feb 8 at 21:22











  • Got the same error running that command - 'chown: config.inc.php: Operation not permitted'.

    – Sam Wood
    Feb 8 at 21:23











  • Based on what you've said, I'm thinking it's an issue with the way XAMPP & PHPMyAdmin works. I'm not sure how to describe it, but it's like those files I'm changing are on a server which is running on my machine. That's what XAMPP allows you to do. That said, I don't understand why I can't edit them using the root user. I've seen others on the internet editing them no problem with the same commands I'm using... the set up is no different either i.e. XAMPP runs an apache server on your local machine.

    – Sam Wood
    Feb 8 at 21:29











  • I forgot about this at first but the chown issue is likely due to the recent version of MacOS you’re running in which there have been additions to the whole Unix based permissions system. See this answer for an explanation and some solutions: superuser.com/questions/279235/…

    – baelx
    Feb 8 at 21:34

















I got some errors on step 1 unfortunately. I tried 'sudo chown samwood:samwood config.inc.php' but got the error message 'chown: samwood: illegal group name'. I then tried 'sudo chown samwood config.inc.php' and got 'chown: config.inc.php: Operation not permitted'.

– Sam Wood
Feb 8 at 21:21







I got some errors on step 1 unfortunately. I tried 'sudo chown samwood:samwood config.inc.php' but got the error message 'chown: samwood: illegal group name'. I then tried 'sudo chown samwood config.inc.php' and got 'chown: config.inc.php: Operation not permitted'.

– Sam Wood
Feb 8 at 21:21















Okay, so now just try: sudo chown samwood:daemon config.inc.php

– baelx
Feb 8 at 21:22





Okay, so now just try: sudo chown samwood:daemon config.inc.php

– baelx
Feb 8 at 21:22













Got the same error running that command - 'chown: config.inc.php: Operation not permitted'.

– Sam Wood
Feb 8 at 21:23





Got the same error running that command - 'chown: config.inc.php: Operation not permitted'.

– Sam Wood
Feb 8 at 21:23













Based on what you've said, I'm thinking it's an issue with the way XAMPP & PHPMyAdmin works. I'm not sure how to describe it, but it's like those files I'm changing are on a server which is running on my machine. That's what XAMPP allows you to do. That said, I don't understand why I can't edit them using the root user. I've seen others on the internet editing them no problem with the same commands I'm using... the set up is no different either i.e. XAMPP runs an apache server on your local machine.

– Sam Wood
Feb 8 at 21:29





Based on what you've said, I'm thinking it's an issue with the way XAMPP & PHPMyAdmin works. I'm not sure how to describe it, but it's like those files I'm changing are on a server which is running on my machine. That's what XAMPP allows you to do. That said, I don't understand why I can't edit them using the root user. I've seen others on the internet editing them no problem with the same commands I'm using... the set up is no different either i.e. XAMPP runs an apache server on your local machine.

– Sam Wood
Feb 8 at 21:29













I forgot about this at first but the chown issue is likely due to the recent version of MacOS you’re running in which there have been additions to the whole Unix based permissions system. See this answer for an explanation and some solutions: superuser.com/questions/279235/…

– baelx
Feb 8 at 21:34





I forgot about this at first but the chown issue is likely due to the recent version of MacOS you’re running in which there have been additions to the whole Unix based permissions system. See this answer for an explanation and some solutions: superuser.com/questions/279235/…

– baelx
Feb 8 at 21:34


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1402899%2fmodify-the-file-config-inc-php-for-xampp-phpmyadmin-mysql-setup%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Список кардиналов, возведённых папой римским Каликстом III

Deduzione

Mysql.sock missing - “Can't connect to local MySQL server through socket”