MySQL Point In Time Recovery | PITR | Mysqlbinlog | Binlog2sql | Tutorial 6

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024
  • In this video, I have explained how to perform the point in time recovery using the mysqlbinlog utility and the binlog2sql tool. If you have any questions, please comment.
    Binlog2sql download link:
    git clone github.com/dan... && cd binlog2sql
    pip install -r requirements.txt
    Thanks!

ความคิดเห็น • 19

  • @gregoryplaza
    @gregoryplaza ปีที่แล้ว

    Great video extremely helpful, I really enjoy your content Mr. great job.

  • @ranvijaymehta
    @ranvijaymehta 2 ปีที่แล้ว

    thanks for Binlog2sql details

  • @Cult-Fan
    @Cult-Fan ปีที่แล้ว

    interesting brother please make more videos s

  • @saravananr7681
    @saravananr7681 2 ปีที่แล้ว

    Good explanation bro...

  • @matteraf
    @matteraf 2 ปีที่แล้ว +1

    Have you ever tested this in your local environment? 😁
    Excellent video, very illustrative.

  • @pankajsharma3608
    @pankajsharma3608 2 ปีที่แล้ว

    good tutorial bro!!. keep it up.

  • @user-mo8kh6ee3e
    @user-mo8kh6ee3e ปีที่แล้ว

    How can we move from mysql> to [root@localhost sql]# ?

  • @tyreddy8774
    @tyreddy8774 2 ปีที่แล้ว

    bro ippudu 1 row ni update chesi same row ni taruvatha deletechesestea --flashback lo
    updated and
    old before updated
    2 results kanapadataya

  • @tyreddy8774
    @tyreddy8774 2 ปีที่แล้ว

    if we updated 1 row and deleted that updated row ,then in --flashback can we see ,both row before deleted and row before updated.
    and at begin of transation i saw the position 3613 next to begin but u gave 3531 wich is above begin (vedio time:-10:18) whats the difference

  • @mayanks6728
    @mayanks6728 2 ปีที่แล้ว

    can you please share content of "fg" and mysql alias you are using to login , thanks

  • @notnull01
    @notnull01 ปีที่แล้ว

    When is your course going live?

  • @Ulta-Fulta
    @Ulta-Fulta 2 ปีที่แล้ว

    Which terminal you are using to perform this task Sir ?

  • @ranvijaymehta
    @ranvijaymehta 2 ปีที่แล้ว +1

    You are Sri Sakthivel ?

    • @hercules7sakthi
      @hercules7sakthi  2 ปีที่แล้ว +1

      Yes

    • @ranvijaymehta
      @ranvijaymehta 2 ปีที่แล้ว +1

      @@hercules7sakthi I read your Percona articles ... very helpful. Thanks Lot

  • @oah8465
    @oah8465 2 ปีที่แล้ว

    it does not work with mysql 8.0 keep showing the following error.
    Traceback (most recent call last):
    File "binlog2sql/binlog2sql.py", line 149, in
    back_interval=args.back_interval, only_dml=args.only_dml, sql_type=args.sql_type)
    File "binlog2sql/binlog2sql.py", line 46, in __init__
    self.connection = pymysql.connect(**self.conn_setting)
    File "/usr/lib/python2.7/site-packages/pymysql/__init__.py", line 90, in Connect
    return Connection(*args, **kwargs)
    File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 706, in __init__
    self.connect()
    File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 931, in connect
    self._get_server_information()
    File "/usr/lib/python2.7/site-packages/pymysql/connections.py", line 1269, in _get_server_information
    self.server_charset = charset_by_id(lang).name
    File "/usr/lib/python2.7/site-packages/pymysql/charset.py", line 38, in by_id
    return self._by_id[id]
    KeyError: 255
    any Ideas?