RuudNoBears
New member
- Joined
- Aug 24, 2018
- Messages
- 4
Hi there,
We are using DirectAdmin on 3 different webservers and setup MariaDB to work as a Galera Cluster.
At this moment we are running into one problem. When we import a back-up the database users are inserted with a simple INSERT INTO query. Because the mysql.user table is MyISAM these inserts are not automaticly synced across the cluster because it only supports InnoDB.
The only way to sync the users table is to create users with a DDL operation like 'CREATE USER'.
Is it possible to change the DA backup to use create user instead of insert into?
We are using DirectAdmin on 3 different webservers and setup MariaDB to work as a Galera Cluster.
At this moment we are running into one problem. When we import a back-up the database users are inserted with a simple INSERT INTO query. Because the mysql.user table is MyISAM these inserts are not automaticly synced across the cluster because it only supports InnoDB.
The only way to sync the users table is to create users with a DDL operation like 'CREATE USER'.
Is it possible to change the DA backup to use create user instead of insert into?