error 1201 hy000
here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn error reading master configuration more about Stack Overflow the company Business Learn more about hiring developers or posting
Failed To Open The Relay Log
ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community could not find target log during relay log initialization Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Error: “could not initailize master info structure” while doing Master error 1202 Slave Replication in MySQL up vote 26 down vote favorite 6 I am trying to do Master Slave Replication for MySQL. When i am typing the following command: CHANGE MASTER TO MASTER_HOST='10.1.100.1', MASTER_USER='slave_user', MASTER_PASSWORD='slave_password', MASTER_LOG_FILE='mysql-bin.000001', MASTER_LOG_POS=451228; mysql> START SLAVE; it throws the following error: ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log Any help would beGot Fatal Error 1236 From Master When Reading Data From Binary Log:
greatly appreciated. mysql replication master slave share|improve this question edited Feb 17 '11 at 20:51 Vijay Dev 9,211145388 asked Feb 17 '11 at 13:22 user619684 131123 add a comment| 2 Answers 2 active oldest votes up vote 89 down vote TRY TO RESET IT, IT DOES MAGIC! ON SLAVE THE SLAVE MYSQL COMMAND TYPE: RESET SLAVE; THEN TRY AGAIN: CHANGE MASTER TO MASTER_HOST='10.1.100.1', MASTER_USER='slave_user', MASTER_PASSWORD='slave_password', MASTER_LOG_FILE='mysql-bin.000001', MASTER_LOG_POS=451228; mysql> START SLAVE; share|improve this answer answered Mar 29 '12 at 21:10 Neo 4,70913655 1 thanks a lot, had same problem here... –eran Nov 12 '12 at 16:15 1 Thanks a lot. This worked for me :D Power! (y) hehe –marknt15 May 15 '14 at 7:13 2 Worked for me. This blew my mind. –Logan Bissonnette May 28 '14 at 20:51 2 This is the solution, in my case in happened after doing start slave with a wrong server_id in the slave, stop and start did not work before doing reset. –danigosa Oct 8 '14 at 11:49 awesome man !!! –Pankaj Katiyar Aug 10 at 12:57 add a comment| up vote 4 down vote Please check several things: 1) Make sure the Master's /etc/my.cnf has server_id actually set HereElkin Email Updates: Status: Can't repeat Impact on me: None Category:MySQL Server: Replication Severity:S3 (Non-critical) change master to Version:5.1+ OS:Any Assigned to: Daogang Qu Tags: RESET SLAVE Triage: mysql replication Triaged: D2 (Serious) View Add Comment Files Developer Edit Submission View Progress Log Contributions [9 Apr 2009 8:33] Andrei Elkin Description: CHANGE MASTER can't make it if before RESET SLAVE failed at purging relay log files (see Bug #44179). ERROR 1201 http://stackoverflow.com/questions/5029485/error-could-not-initailize-master-info-structure-while-doing-master-slave-rep (HY000): Could not initialize master info structure or ERROR 29 (HY000): File './slave-relay-bin.000001' not found (Errcode:2) persist even if RESET SLAVE and restart the slave server are attempted. There seems to be only manual removing of obsolate slave info files can help. How to repeat: mysql> RESET SLAVE /* and simulate https://bugs.mysql.com/bug.php?id=44181 an error inside my_delete_allow_opened() -> my_delete() as bug#44179 instucts */; There might be a crash as bug#44179 reported. At restart: mysql> change master to master_host='dummy'; ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log mysql> reset slave; Query OK, 0 rows affected (5.07 sec) or restart, and again mysql> change master to master_host='dummy'; ERROR 29 (HY000): File './slave-relay-bin.000001' not found (Errcode: 2) [22 Aug 2009 10:45] Daogang Qu The problem can't be reproduced. Please review the following test: daogangq@daogangq-laptop:~/mysql/bzrwork/bug44181/mysql-5.1-bugteam/mysql-test$ ./mtr --start rpl_view Logging: ./mtr --start rpl_view 090822 13:46:52 [Note] Plugin 'FEDERATED' is disabled. 090822 13:46:52 [Note] Plugin 'ndbcluster' is disabled. 090822 13:46:52 [Warning] Forcing shutdown of 2 plugins MySQL Version 5.1.39 Checking supported features... - using ndbcluster when necessary, mysqld supports it - SSL connections supported - binaries are debug compiled Collecting tests... - adding combinations for rpl vardir: /home/daogangq/mysql/bzrwork/bug44181/my
log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta http://dba.stackexchange.com/questions/16321/slave-settings-not-working Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us http://remotemysqldba.blogspot.com/2013/09/could-not-initialize-master-info.html Database Administrators Questions Tags Users Badges Unanswered Ask Question _ Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database relay log skills and learn from others in the community. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Slave settings not working up vote 1 down vote favorite I have this machine as slave. Below is error 1201 hy000 the command I ran and stuck. I done the change on the config file and set the id=2 too. Anything else I am missing here? slave start; ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log mysql> change master to MASTER_HOST='192.168.1.15', MASTER_USER='replication1', MASTER_PASSWORD='*******',MASTER_LOG_FILE='mysql-bin.000001'; ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log ? Below is the results of show master status\G *************************** 1. row *************************** File: mysql-bin.000001 Position: 98 Binlog_Do_DB: fms,sms Binlog_Ignore_DB: 1 row in set (0.00 sec) show slave status\G *************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Host: 192.168.1.15 Master_User: replication1 Master_Port: 3306 Connect_Retry: 60 Master_Log_File: mysql-bin.000001 Read_Master_Log_Pos: 98 Relay_Log_File: mysqld-relay-bin.000002 Relay_Log_Pos: 243 Relay_Master_Log_File: mysql-bin.000001 Slave_IO_Running: Yes Slave_SQL_Running: Yes Replicate_Do_DB: fms Replicate_Ignore_DB: Replicate_Do_Table: Replicate_Ignore_Table: Replicate_Wild_Do_Table: Replicate_Wild_Ignore_Table: Last_Errno: 0 Last_Error: Skip_Counter: 0 Exec_Master_Log_Pos: 98 Relay_Log_Space: 399 Until_Condition: None Until_Log_File: Until_Log_Pos: 0 Master_SSL_Allowed: No Master_SSL_CA_File: Master_SSL_CA_Path: Master_SSL_Cert: Master_SSL_Cipher: Master_SSL_Key: Seconds_Behind_Master: 0 Master_SSL_Verify_Server_Cert: No Last_IO_Errno: 0