Page MenuHomePhabricator
Paste P5754

(An Untitled Masterwork)
ActivePublic

Authored by Marostegui on Jul 17 2017, 7:17 AM.
Tags
None
Referenced Files
F8782238:
Jul 17 2017, 7:17 AM
Subscribers
None
root@db1102[(none)]> select @@hostname;
+------------+
| @@hostname |
+------------+
| db1102 |
+------------+
1 row in set (0.00 sec)
root@db1102[(none)]> show master status\G
*************************** 1. row ***************************
File: s2-bin.000079
Position: 153568127
Binlog_Do_DB:
Binlog_Ignore_DB:
1 row in set (0.00 sec)

Event Timeline

root@db1102[(none)]> select @@hostname;
+------------+
| @@hostname |
+------------+
| db1102     |
+------------+
1 row in set (0.01 sec)

root@db1102[(none)]> show master status\G
*************************** 1. row ***************************
            File: s2-bin.000079
        Position: 153568127
    Binlog_Do_DB:
Binlog_Ignore_DB:
1 row in set (0.00 sec)