Re: password for system user

2008-03-05 Thread Dan Rogart
Hi, On 3/5/08 5:58 AM, "Thufir" <[EMAIL PROTECTED]> wrote: > On Tue, 04 Mar 2008 08:44:47 -0500, Dan Rogart wrote: > >> You can have a file called .my.cnf in your home directory that stores >> it. > > > Ah, thanks. I don't have a .my.cnf file in my home directory, but I do > have something i

Re: password for system user

2008-03-05 Thread Thufir
On Tue, 04 Mar 2008 08:44:47 -0500, Dan Rogart wrote: > You can have a file called .my.cnf in your home directory that stores > it. Ah, thanks. I don't have a .my.cnf file in my home directory, but I do have something in /etc which seems to be what I'm after. I can get it working for logging

Re: password for system user

2008-03-04 Thread Dan Rogart
You can have a file called .my.cnf in your home directory that stores it. This page outlines it pretty well: http://www.modwest.com/help/kb6-242.html In your case, you would just want to use the password = 'foo' part of it. -Dan On 3/4/08 4:10 AM, "Thufir" <[EMAIL PROTECTED]> wrote: > I unde