-
|
Issue: The password contains a character ( [ or $ ) can mess up the subsequent hammerdbcli vurun command. As an example, the following password contains a left open bracket ([) in the middle: Since the character [ has special meaning in tcl, we tried to escape it using a backslash. After insert a backslash in front of the [, now the password becomes the following: 2022-04-28T14:41:34.546-07:00 HammerDB CLI v4.4 Where did I do wrong, and what is the best way to fix it? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Wrap your password with special characters in the following: An example is below: |
Beta Was this translation helpful? Give feedback.
-
|
Wrapping the password with special characters in the following: {[ concat {} ]} works now. Thanks Steve. |
Beta Was this translation helpful? Give feedback.

Wrap your password with special characters in the following:
{[ concat {} ]}An example is below: