Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
10.3.12
Description
On MASTER:
CREATE USER 'xxx'@'1.2.3.4' IDENTIFIED BY 'xxx';
ALTER USER 'xxx'@'1.2.3.4' REQUIRE SSL;
select ssl_type from mysql.user where user like 'xxx'; |
+----------+
|
| ssl_type |
|
+----------+
|
| ANY |
|
+----------+
|
On SLAVE:
select ssl_type from mysql.user where user like 'xxx'; |
+----------+
|
| ssl_type |
|
+----------+
|
| |
|
+----------+
|
Attachments
Issue Links
- is duplicated by
-
MDEV-17753 ALTER USER fail to replicate
- Closed