Results 1 to 1 of 1
NM - I got it working.
I am trying to set up a chrooted mysql server. Whenever I try:
Code:
chroot /chroot /.../mysqld_safe --user=id
I get:
Code:
chown: `id': invalid ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-17-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
mysqld(_safe) --user=id not working...
NM - I got it working.
I am trying to set up a chrooted mysql server. Whenever I try:
I get:Code:chroot /chroot /.../mysqld_safe --user=id
and it shuts downCode:chown: `id': invalid user
It looks like it can't find passwd, etc, files, but they are there, w/ permissions set correctly.
I can run the server non-chrooted (as --user-id) just fine.
any ideas?Last edited by vialaspada; 01-17-2007 at 09:34 AM. Reason: works now


Reply With Quote
