Skip to content

VReplication: How to view the real content of the mysql.vreplication table #339

Answered by earayu
earayu asked this question in Q&A
Discussion options

You must be logged in to vote

When connecting to mysql, use this argument: --binary-as-hex=false

mysql -h127.0.0.1 -P17100 --binary-as-hex=false

select * from mysql.vreplication;

Replies: 1 comment

Comment options

earayu
Oct 24, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by earayu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant