Versions available for this page: CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
The following is a csql utility statement to access the database on a remote host:
csql [ options ] database_name@remote_host_name
Make sure that the following conditions are met before you run the CSQL Interpreter on a remote host.
The following example shows how to access the demodb database on the remote host with the IP address 192.168.1.3 and calls the csql utility.
csql -C demodb@192.168.1.3