community.mysql/tests/integration/targets/test_mysql_replication
R. Sicart a222fc3bea Fix: test_mysql_replication : Create user for replication
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax;
check the manual that corresponds to your MariaDB server version for the
right syntax to use near 'BY 'replication_pass'' at line 1

https://dev.mysql.com/doc/mysql-replication-excerpt/5.7/en/replication-howto-repuser.html
https://dev.mysql.com/doc/mysql-replication-excerpt/8.0/en/replication-howto-repuser.html
https://mariadb.com/kb/en/setting-up-replication/#example-enabling-replication-for-mariadb

Create user syntax compatible with auth plugin and password on both
mysql and mariadb.

https://dev.mysql.com/doc/refman/8.0/en/create-user.html
https://mariadb.com/kb/en/create-user/
2021-12-10 15:29:55 +01:00
..
defaults mysql_replication: Add aliases to "master" options, add alternatives to "master" state options, add announcement (#150) 2021-04-20 15:58:21 +02:00
meta updated replication integration tests, added testing for mysql 5.7 (#7) 2020-07-14 14:13:16 +01:00
tasks Fix: test_mysql_replication : Create user for replication 2021-12-10 15:29:55 +01:00