Re: how the redhat 9.0 adds the mysql user:

2004-07-23 Thread j.rabbit
> "j.rabbit" <[EMAIL PROTECTED]> wrote: > > > This is how the redhat 9.0 mysql.spec file adds the mysql user: > > > > ' useradd -M -o -r -d /var/lib/mysql -s /bin/bash -c "MySQL Server" -u = > > 27 mysql ' > >

how the redhat 9.0 adds the mysql user:

2004-07-19 Thread j.rabbit
This is how the redhat 9.0 mysql.spec file adds the mysql user: ' useradd -M -o -r -d /var/lib/mysql -s /bin/bash -c "MySQL Server" -u 27 mysql ' Anybody know why the shell is '/bin/bash' instead of '/sbin/nologin' like other daemon users? Is this simply an oversite? -- MySQL General Mailing L