[racktables-users] Re: racktables 0.20.7 upgrade problem

  • From: Arnaud Launay <asl@xxxxxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Wed, 16 Apr 2014 18:34:07 +0200

Le Wed, Apr 16, 2014 at 06:13:20PM +0400, Alexey Andrianov a écrit:
> That's right, in order to upgrate to 0.20.7 you need either the
> SUPER mysql privilege or to disable binary logging.

If you use mysql >= 5.5 (or mariadb), you "only" need to add the
trigger privilege to the DB your user is using.

GRANT TRIGGER ON `myracktables`.* TO `myrackuser`@`myhost`;

On mysql < 5.5, you need the SUPER or no replication/binary logging.

        Arnaud.

Other related posts: