- 论坛徽章:
- 0
|
具体提示什么。
贴一下 show slave status\G 的结果
liyis永恒 发表于 2011-03-10 09:56 ![]()
mysql> show slave status\G;
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: 172.16.0.14
Master_User: root
Master_Port: 4306
Connect_Retry: 60
Master_Log_File: binlog.000021
Read_Master_Log_Pos: 539853
Relay_Log_File: localhost-relay-bin.000002
Relay_Log_Pos: 249
Relay_Master_Log_File: binlog.000021
Slave_IO_Running: Yes
Slave_SQL_Running: No
Replicate_Do_DB:
Replicate_Ignore_DB:
Replicate_Do_Table:
Replicate_Ignore_Table:
Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
Last_Errno: 22
Last_Error: Error 'Character set '#45' is not a compiled character set and is not specified in the '/usr/local/mysql/share/mysql/charsets/Index.xml' file' on query. Default database: 'test'. Query: 'INSERT INTO `test`.`ecs_sessions` (sesskey, expiry, ip, data) VALUES ('0adcae34ca15f03f2ec4710281e85ba5', '1299752101', '0.0.0.0', 'a:0:{}')' |
|