i add the user mysql to the www-data in /etc/group, is it really necessary to reboot to take effect?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Any existing processes belonging to the mysql user may not recognize the group addition, and will need to be restarted. |
|||||||
|
|
Shouldn't do. How are you adding it - using |
|||
|
|
What do you see if you do 'sudo -i -u mysql' (to get a login shell) and then issue 'groups'? I echo justarobert, though: what is failing? Telling us that is more likely to get you to a solution. |
|||
|
|