Mrten, Galera/PXC handles the privileges differently even if these tables are MyISAM – simply do not make direct modification to them instead use the usual commands i.e. GRANT, DROP USER, etc
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… a very big fan of MyISAM; I would argue that in most situations, any possible advantages to using MyISAM are far outweighed by the potential disadvantages and the strengths of InnoDB. However, up until MySQL 5.6, MyISAM was… would be a migration to InnoDB, but due to their use of MyISAM FTS, the idea of a complete or partial migration…

