老师我的mycat昨天启动没有问题怎么几天就启到不开
来源:9-8 Mycat使用总结以及项目db配置的修改

SunXQ_
2017-05-23
[root@localhost mycat]# bin/mycat status;
Mycat-server is not running.
[root@localhost mycat]# bin/mycat start;
Starting Mycat-server...
[root@localhost mycat]# bin/mycat status;
Mycat-server is running (3094).
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# bin/mycat status;
Mycat-server is not running.
[root@localhost mycat]# bin/mycat restart;
Stopping Mycat-server...
Mycat-server was not running.
Starting Mycat-server...
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# netstat -tunpl | grep 8066
[root@localhost mycat]# bin/mycat status;
Mycat-server is not running.
[root@localhost mycat]#
3回答
-
Jason
2017-05-24
所以你要看日志,到底是什么原因导致的
00 -
SunXQ_
提问者
2017-05-24
不是启动失败就启动完过一会就关了
00 -
Jason
2017-05-24
你需要看一下错误日志,看看具体是什么原因启动失败
00
相似问题