Skip to content

Commit

Permalink
Update 3.connect-to-nebula-graph.md
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 committed Oct 27, 2020
1 parent bbb8f68 commit f6db5ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs_2.0/manual_EN/3.quick-start/3.connect-to-nebula-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ If you don't have a Nebula Graph database yet, we recommend that you try the clo
| Option | Description |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -h | Show the help menu. |
| -addr | Set the IP address of the graphd service. The default address is 127.0.0.1. |
| -port | Set the port number of the graphd service. The default port number is 3699. |
| -u/-user | Set the username of your Nebula Graph account. The default username is root. |
| -p/-password | Set the password of your Nebula Graph account. The default password for the root user is nebula. |
| -t/-timeout | Set an integer-type timeout threshold of the connection. The unit is second. The default value is 120. |
| -e/-eval | Set a string-type nGQL statement. The nGQL statement is executed once the connection succeeds. The connection stops after the result is returned.. |
| -f/-file | Set the path of an nGQL file. The nGQL statements in the file are executed once the connection succeeds. You'll get the return messages and the connection stops then. |
| `-addr` | Sets the IP address of the graphd service. The default address is 127.0.0.1. |
| `-port` | Sets the port number of the graphd service. The default port number is 3699. |
| `-u/-user` | Sets the username of your Nebula Graph account. The default username is root. |
| `-p/-password` | Sets the password of your Nebula Graph account. The default password for the root user is nebula. |
| `-t/-timeout` | Sets an integer-type timeout threshold of the connection. The unit is second. The default value is 120. |
| `-e/-eval` | Sets a string-type nGQL statement. The nGQL statement is executed once the connection succeeds. The connection stops after the result is returned.. |
| `-f/-file` | Sets the path of an nGQL file. The nGQL statements in the file are executed once the connection succeeds. You'll get the return messages and the connection stops then. |
## Nebula-console export mode
Expand Down Expand Up @@ -70,4 +70,4 @@ Bye root!
## FAQ
TODO [This section should include connection-related FAQs. When users met a problem on connection, they should first come here for a solution. If the content gets stacked, remove this section to a single topic.]
TODO [This section should include connection-related FAQs. When users meet a problem on connection, they should first come here for a solution. If the content gets stacked, remove this section to a single topic.]

0 comments on commit f6db5ee

Please sign in to comment.