Re: mysql root password

1999-11-02 Thread Clint Dimick
Ingo Reimann wrote:
 
 Sometime, when i installed mysql ( don't know why exatcly ) the configure
 script advised me to set a root password. I yelled for the ghosts ( is it
 correct? ) and set one with
 myswladm password XXX
 ok, so far so good.
 
 Every time when some apt script touches the database, it tries it without a
 password and exits.
 
 How can i remove this nasty password or
 How can i tell the scripts to use my password

You might want to try a ~/.my.cnf file with the following entries:

[client]
user=root
password=your MySQL password here

When you launch any MySQL utility, this file will be referenced for
login information.

- Clint
--
 ( - Clint Dimick: UNIX Systems Administrator
 /~\ATT Wireless Services - Redmond, WA
|  \)  Technology Development Group SA Member
 \_|_ Your mouse has moved.  Windows must reboot for changes to take affect.


Video4Linux: RadioTrack /dev Device?

1999-05-13 Thread Clint Dimick
I'm trying to get my AIMS RadioTrack card working and have recompiled my
kernel to include support for this device; however, some programs have
made reference to a /dev/radio device file.

After searching through the /usr/include/linux/videodev.h include file,
I'm under the assumption I need to do a mknod radio c 81 9 or
mknod radio c 81 13 (for the second RTRACK_2 device).  Is this correct?
So far, I'm not having much luck in getting this device to respond and
wondered if anyone else on this list has had experience here.  Hopefully
I'm just missing something obvious!

Thanks in advance,

- Clint