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 > as it hangs up?
Yes. For example, debian woody creates it this way: mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false IMHO, you should consider to tell whoever created your installation/distribution to consider to change that. Anyhow, a encrypted password of "x" doesn't let anybody login, so this is a minor problem. > Or does this user handle the mysql client logins? No, this has nothing to do with each other. Bye, Benjamin. -- [EMAIL PROTECTED] --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php