How to use heavysql to connect to HeavyDB remotely?

Comments

1 comment

  • Avatar
    Candido Dessanti

    Hi @kimgiftww,

    This question surprisingly hasn't never been asked.

    All out executables use static linked libraries duting the build so it's safe to assume that you just need to move the omnisql/heavysql executable in the remote system to connct to the remote database.

    You have justo to be sure to use the -s (server) swich with the address of the remote host where database live in.

    So if the remote (or aggregator in case of cluster) is installed on an host with IP of 10.0.0.23 just type

    haeavysql -s 10.0.0.23

    To connext to your remote server.

    Regards, Candido

    0
    Comment actions Permalink

Please sign in to leave a comment.