Hi guys,
I have created a MySQL cluster base on this tutorial: https://dev.mysql.com/doc/mysql-utilities/1.5/en/fabric-quick-start-sharding-scenario.html.
But when I run command: mysqlfabric sharding add_shard 1 "group_id-1/1, group_id-2/100000, group_id-3/200000" --state=ENABLED , it happens below error:
DatabaseError: Error 'Operation CREATE USER failed for 'fabric_server'@'%'' on query. Default database: ''. Query: 'CREATE USER 'fabric_server'@'%' IDENTIFIED WITH 'mysql_native_password' AS '*14E65567ABDB5135D0CFD9A70B3032C179A49EE7''
DatabaseError: Command (SHOW SLAVE STATUS, ()) failed accessing (192.168.1.35:3306). MySQL Connection not available..
Would you help me check reason? Thank you so much!
I have created a MySQL cluster base on this tutorial: https://dev.mysql.com/doc/mysql-utilities/1.5/en/fabric-quick-start-sharding-scenario.html.
But when I run command: mysqlfabric sharding add_shard 1 "group_id-1/1, group_id-2/100000, group_id-3/200000" --state=ENABLED , it happens below error:
DatabaseError: Error 'Operation CREATE USER failed for 'fabric_server'@'%'' on query. Default database: ''. Query: 'CREATE USER 'fabric_server'@'%' IDENTIFIED WITH 'mysql_native_password' AS '*14E65567ABDB5135D0CFD9A70B3032C179A49EE7''
DatabaseError: Command (SHOW SLAVE STATUS, ()) failed accessing (192.168.1.35:3306). MySQL Connection not available..
Would you help me check reason? Thank you so much!