admin@xxx:/tmp$ ./mysql -uxxx -pxxx -h172.16.x.x
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 507 to server version: 4.1.14-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases;
Segmentation fault
admin@xxx:/tmp$
换成root执行,同样报错!
其中mysql是从其它机器cp过来的,是否与library 的版本不同有关?
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/94384/viewspace-600282/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/94384/viewspace-600282/
本文记录了一次使用MySQL客户端遇到的段错误问题,通过描述从其他机器复制MySQL客户端后出现的异常现象,探讨了可能与库文件版本不一致有关的原因。

825

被折叠的 条评论
为什么被折叠?



