You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE USER 'root'@'%' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';
FLUSH PRIVILEGES;
User cho maxscale
CREATE USER 'maxscale'@'%' IDENTIFIED BY 'you-password-here';
GRANT SELECT ON mysql.db TO 'maxscale'@'%';
GRANT SELECT ON mysql.user TO 'maxscale'@'%';
GRANT SHOW DATABASES ON *.* TO 'maxscale'@'%';
Cau hinh maxscale tren CentOS 7
Quan tri tu xa
User cho maxscale
Cau hinh
Noi dung file cau hinh
Tham khảo:
https://linoxide.com/cluster/configure-mariadb-maxscale-galera-cluster/
The text was updated successfully, but these errors were encountered: