MySQL : How to synchronize databases after having been offline using replication?

标签 mysql replication master-slave

我在两台计算机之间创建了一个复制(一台笔记本电脑,我用来在我的数据库中添加新数据,一台服务器保存我在笔记本电脑上所做的一切)并且它工作正常。 但是今天,我的笔记本电脑在线,所以我无法更新我的服务器。 结果:我更新了一些行并创建了很多行,当我的笔记本电脑重新联机时,复制对我一直在离线处理的数据不起作用。

任何人都可以给我一个建议,以更新在我未连接时在笔记本电脑上修改过的数据(在服务器上)吗?我不明白为什么它不起作用!

谢谢!

更新:这是我的显示奴隶状态:

    mysql> show slave status;
+----------------------------------+-------------+-------------+-------------+--
-------------+------------------+---------------------+-------------------------
---+---------------+-----------------------+------------------+-----------------
--+-----------------+---------------------+--------------------+----------------
--------+-------------------------+-----------------------------+------------+--
----------+--------------+---------------------+-----------------+--------------
---+----------------+---------------+--------------------+--------------------+-
-------------------+-----------------+-------------------+----------------+-----
------------------+-------------------------------+---------------+-------------
--+----------------+----------------+-----------------------------+-------------
-----+
| Slave_IO_State                   | Master_Host | Master_User | Master_Port | C
onnect_Retry | Master_Log_File  | Read_Master_Log_Pos | Relay_Log_File
   | Relay_Log_Pos | Relay_Master_Log_File | Slave_IO_Running | Slave_SQL_Runnin
g | Replicate_Do_DB | Replicate_Ignore_DB | Replicate_Do_Table | Replicate_Ignor
e_Table | Replicate_Wild_Do_Table | Replicate_Wild_Ignore_Table | Last_Errno | L
ast_Error | Skip_Counter | Exec_Master_Log_Pos | Relay_Log_Space | Until_Conditi
on | Until_Log_File | Until_Log_Pos | Master_SSL_Allowed | Master_SSL_CA_File |
Master_SSL_CA_Path | Master_SSL_Cert | Master_SSL_Cipher | Master_SSL_Key | Seco
nds_Behind_Master | Master_SSL_Verify_Server_Cert | Last_IO_Errno | Last_IO_Erro
r | Last_SQL_Errno | Last_SQL_Error | Replicate_Ignore_Server_Ids | Master_Serve
r_Id |
+----------------------------------+-------------+-------------+-------------+--
-------------+------------------+---------------------+-------------------------
---+---------------+-----------------------+------------------+-----------------
--+-----------------+---------------------+--------------------+----------------
--------+-------------------------+-----------------------------+------------+--
----------+--------------+---------------------+-----------------+--------------
---+----------------+---------------+--------------------+--------------------+-
-------------------+-----------------+-------------------+----------------+-----
------------------+-------------------------------+---------------+-------------
--+----------------+----------------+-----------------------------+-------------
-----+
| Waiting for master to send event | ***.***.***.*** | masterRepli |        3306 |
          60 | mysql-bin.000027 |              454717 | aofr19072-relay-bin.0000
02 |          1227 | mysql-bin.000027      | Yes              | Yes
  |                 |                     |                    |
        |                         |                             |          0 |
          |            0 |              454717 |            1387 | None
   |                |             0 | No                 |                    |
                   |                 |                   |                |
                0 | No                            |             0 |
  |              0 |                |                             |
   2 |
+----------------------------------+-------------+-------------+-------------+--
-------------+------------------+---------------------+-------------------------
---+---------------+-----------------------+------------------+-----------------
--+-----------------+---------------------+--------------------+----------------
--------+-------------------------+-----------------------------+------------+--
----------+--------------+---------------------+-----------------+--------------
---+----------------+---------------+--------------------+--------------------+-
-------------------+-----------------+-------------------+----------------+-----
------------------+-------------------------------+---------------+-------------
--+----------------+----------------+-----------------------------+-------------
-----+
1 row in set (0.00 sec)

最佳答案

关于MySQL : How to synchronize databases after having been offline using replication?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7956464/

相关文章:

mysql - 如何使用 select 中的计算进行另一个计算

mongodb - redis vs mongodb - 从主服务器复制到运行内存数据库的从服务器

mongodb - 将成员添加到 MongoDb 上的副本集

node.js - 使用 web api 而不是 tcp 套接字进行主/从通信是个坏主意吗?

mysql - 如何找到mysql varchar列的最大值

mysql - 帮助配置 JBoss MySQL 数据源

mysql - 显示表 A 中的所有记录,并跳过表 B 中的匹配记录

nosql - 列族数据库分片和复制 [NoSQL Distilled]

Python - 创建 self 复制的类对象实例

Postgresql:1表的主从复制