MySQL Forums
Forum List  »  Replication

Configure replication on the slave/replica server using the filename and position
Posted by: Bob Stoneman
Date: January 20, 2024 01:19PM

I'm running the following while setting up replication and I get the following error every time ?

CHANGE REPLICATION SOURCE TO SOURCE_HOST='10.50.11.11',
SOURCE_USER='cloud-repl', SOURCE_PASSWORD='*****************',
SOURCE_LOG_FILE='mysql-bin.000051', SOURCE_LOG_POS=40474608;

Replica Server error log:
2024-01-20T18:48:36.203277Z 75 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-01-20T18:49:29.833413Z 76 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2024-01-20T18:50:49.893578Z 76 [ERROR] [MY-010717] [Repl] Error reading replica worker configuration
2024-01-20T18:50:49.893647Z 76 [ERROR] [MY-010418] [Repl] Error creating applier metadata: Failed to initialize the worker info structure.


I can't find anything on this anywhere. Any guidance would be appreciated :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Configure replication on the slave/replica server using the filename and position
364
January 20, 2024 01:19PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.