摘要:
主从都开启了gtid,在设置从库的时候遇到了问题 1 2 解决的办法 阅读全文
posted @ 2018-09-19 22:42
Oops!#
阅读(1173)
评论(0)
推荐(0)
摘要:
mysql: select * from table order by id DESC limit 1 oracle: select * from emp where id in (select max(id) from emp); 实例: 阅读全文
posted @ 2018-09-19 22:02
Oops!#
阅读(22046)
评论(0)
推荐(0)
摘要:
setup slave from backup i got error Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary 阅读全文
posted @ 2018-09-19 11:53
Oops!#
阅读(645)
评论(0)
推荐(0)