We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,运行报「Segmentation fault」 flashback --binlogFileNames=/data/mysql/mysql-bin.000001 Segmentation fault 请问这是什么原因呢?MySQL 版本为5.7,操作系统 centos6.8
The text was updated successfully, but these errors were encountered:
碰到类似错误:
CentOS 7, MySQL 5.7.22 ldd (GNU libc) 2.17
(flashback:6612): GLib-CRITICAL **: g_io_channel_set_encoding: assertion 'channel != NULL' failed
(flashback:6612): GLib-CRITICAL **: g_io_channel_seek_position: assertion 'channel != NULL' failed
(flashback:6612): GLib-CRITICAL **: g_io_channel_read_chars: assertion 'channel != NULL' failed Segmentation fault (core dumped)
Solution> sudo ./flashback ...
Sorry, something went wrong.
遇到同样的问题, ./flashback --binlogFileNames=/var/lib/mysql/mysql-bin.000006 然后就报 Segmentation fault ,已经是root用户了。
同样的错误
No branches or pull requests
如题,运行报「Segmentation fault」
flashback --binlogFileNames=/data/mysql/mysql-bin.000001
Segmentation fault
请问这是什么原因呢?MySQL 版本为5.7,操作系统 centos6.8
The text was updated successfully, but these errors were encountered: