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