想做灾备,例如某天阿里云主数据库机房网络瘫痪。那么程序无法访问数据库(老板担心。我只能照办)。所以就想把数据备份一份到外地去....于是就想在外地做一个从节点。。。。。可惜阿里云这混蛋在 mysqldump 的时候不让导出 db 表
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 'show create table db
': SHOW command denied to user 'aaaa'@'139.196.xxx.xxx' for table 'db' (1142)
然后在建立从节点时
ERROR 1794 (HY000): Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.
有没有这样做过的朋友???
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.