zoukankan      html  css  js  c++  java
  • GS-00303, Failed to establish tcp connection to [127.0.0.1]:[1888], errno 111报错

    GS-00303, Failed to establish tcp connection to [127.0.0.1]:[1888], errno 111

    错误原因:建立TCP套接字失败

    尝试了一下,先看下数据库服务器是否启动?

    [omm@gao ~]$ cd $GSDB_HOME/bin

    [omm@gao bin]$ python zctl.py -t status
    Zengine instance has not started. ----实例未被启动

    [omm@gao bin]$ python zctl.py -t start ---启动命令
    Successfully started instance.

    [omm@gao ~]$ zsql / as sysdba -q

    connected.


    SQL>

    [omm@gao bin]$ python zctl.py -t stop --停止命令
    Successfully stopped instance.

  • 相关阅读:
    关于产品
    Windows服务 + Quartz.NET
    C#
    C#
    URL
    前端生态系统总结
    字符串相似度
    Process Explore & Windbg
    webpack
    JS
  • 原文地址:https://www.cnblogs.com/chch213/p/13904262.html
Copyright © 2011-2022 走看看