Re: To ban mysql server user login

2002-04-30 Thread Dicky Wahyu Purnomo
On Mon, 29 Apr 2002 16:13:04 +0700 (WIT) > >>mysql:x:100:101:MySQL server:/var/lib/mysql:/bin/bash > >> > Don't worry, this user has no password :), so mysql won't be able to login > to your system i think the line that he shown to us was part of /etc/passwd file, but should check it on /etc/sha

Re: To ban mysql server user login

2002-04-29 Thread Benjamin Pflugmann
Hi. On Mon, Apr 29, 2002 at 10:40:15AM +0200, [EMAIL PROTECTED] wrote: > > As I see after the installation mysql server user can > login because it has bash shell in passwd file; > > mysql:x:100:101:MySQL server:/var/lib/mysql:/bin/bash > > Can I change it to /sbin/nologin without so much > a

Re: To ban mysql server user login

2002-04-29 Thread Ady Wicaksono
>>> Takacs Istvan<[EMAIL PROTECTED]> Wrote: >>> Hi, >> >>As I see after the installation mysql server user can >>login because it has bash shell in passwd file; >> >>mysql:x:100:101:MySQL server:/var/lib/mysql:/bin/bash >> Don't worry, this user has no password :), so mysql won't be able to logi

To ban mysql server user login

2002-04-29 Thread Takacs Istvan
Hi, As I see after the installation mysql server user can login because it has bash shell in passwd file; mysql:x:100:101:MySQL server:/var/lib/mysql:/bin/bash Can I change it to /sbin/nologin without so much as it hangs up? Or does this user handle the mysql client logins? Thanks in advance!