i add the user mysql to the www-data in /etc/group, is it really necessary to reboot to take effect?
|
feedback
|
|
Any existing processes belonging to the mysql user may not recognize the group addition, and will need to be restarted. | |||||||
feedback
|
|
Shouldn't do. How are you adding it - using | |||
feedback
|
|
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. | |||
|
feedback
|