Re: MySQL admin with no password

2002-01-12 Thread Sinisa Milivojevic
Trond Eivind Glomsrød writes: > > We used to do that, but got complaints: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=51711 > > It wreaked havoc on bin-logs. > > OTOH, we need to be able to have scripts controlling the DB as root, > while not needing to have a passwordless DB accoun

Re: MySQL admin with no password

2002-01-11 Thread Trond Eivind Glomsrød
Sinisa Milivojevic <[EMAIL PROTECTED]> writes: > Trond Eivind Glomsrød writes: > > Is there a clean way to administrate mysqld without a password by > > root? > > > > I'm looking for ways to make it flush logs, reload my.cnf and shut > > down cleanly, in an automated way - i.e, no password, but

Re: MySQL admin with no password

2002-01-11 Thread Sinisa Milivojevic
Trond Eivind Glomsrød writes: > Is there a clean way to administrate mysqld without a password by > root? > > I'm looking for ways to make it flush logs, reload my.cnf and shut > down cleanly, in an automated way - i.e, no password, but by root. > > (similar to pg_ctl for postgresql or `kill -H

MySQL admin with no password

2002-01-10 Thread Trond Eivind Glomsrød
Is there a clean way to administrate mysqld without a password by root? I'm looking for ways to make it flush logs, reload my.cnf and shut down cleanly, in an automated way - i.e, no password, but by root. (similar to pg_ctl for postgresql or `kill -HUP` for reloading) (e.g. shut down the serv