On Tue, May 15, 2001 at 10:24:38AM -0400, Chris Lambrou [CGL] wrote:
> Hello, 
> 
> This is more like a UNIX question: In our LINUX box  
> startup file, we have an entry to start mysql.
> However, when the machine boots, mysql starts as root.
> How do we make it to start as mysqladm (the user 
> we setup for mysql) 
> 
> Any help is much appreciated.

Look at the startup script, see where it invokes the safe_mysqld script
or mysqld itself, see what flags/options it invokes that with, and find
a way to add -u mysqladm to the command line.

G'luck,
Peter

-- 
If you think this sentence is confusing, then change one pig.

---------------------------------------------------------------------
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

Reply via email to