How to enable inherit stdio? #426
Unanswered
PeterlitsZo
asked this question in
Help needed
Replies: 1 comment 1 reply
-
Probably mysq looks for TTY on stdout, not stdin. By default zx uses await $`mysql ...`.stdio('inherit', 'inherit', 'inherit') |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to open a MySQL client. But its behavior is strange.
Here is my zx script:
And here is my nodejs script, its behavior is normal:
Strange behavior means it does not show the MySQL prefix if we want to enter a command.
Beta Was this translation helpful? Give feedback.
All reactions