日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 运维知识 > 数据库 >内容正文

数据库

mysqldump: Couldn't execute 'SAVEPOINT sp':

發(fā)布時(shí)間:2025/3/18 数据库 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 mysqldump: Couldn't execute 'SAVEPOINT sp': 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
  • 報(bào)錯(cuò)信息

  • # mysqldump --default-character-set=utf8 --set-gtid-purged=on ?-uxx -pxx -hx.x.x.x ?--triggers --routines --events --single-transaction --databases xx ?>./bak_xx_$(date +%F).sql

    mysqldump: [Warning] Using a password on the command line interface can be insecure.

    Warning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions, even those that changed suppressed parts of the database. If you don't want to restore GTIDs, pass --set-gtid-purged=OFF. To make a complete dump, pass --all-databases --triggers --routines --events.?

    mysqldump: Couldn't execute 'SAVEPOINT sp':?

    The MySQL server is running with the --transaction-write-set-extraction!=OFF option so it cannot execute this statement (1290)


    2.處理方法

    > set global transaction_write_set_extraction=off; ? --Reserved for future use.

    Query OK, 0 rows affected (0.00 sec)


    3.總結(jié)

    數(shù)據(jù)庫(kù)版本5.7.15 ,備份的時(shí)候報(bào)錯(cuò),根據(jù)報(bào)錯(cuò)信息到官網(wǎng)查看相關(guān)參數(shù)含義。以上參數(shù)未來(lái)使用預(yù)留,默認(rèn)是為Off,可以動(dòng)態(tài)修改,未來(lái)組復(fù)制特性需要使用此參數(shù)。











    本文轉(zhuǎn)自 roidba 51CTO博客,原文鏈接:http://blog.51cto.com/roidba/1875700,如需轉(zhuǎn)載請(qǐng)自行聯(lián)系原作者

    總結(jié)

    以上是生活随笔為你收集整理的mysqldump: Couldn't execute 'SAVEPOINT sp':的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

    如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。