Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script fails with spaces in sql password #44

Closed
meichthys opened this issue Dec 5, 2024 · 5 comments
Closed

Script fails with spaces in sql password #44

meichthys opened this issue Dec 5, 2024 · 5 comments

Comments

@meichthys
Copy link

Error: Got unexpected extra arguments (my password here)
An error occurred on line 369 with exit status 0
@RaySolo
Copy link

RaySolo commented Dec 15, 2024

just change the password parameter into "${password}". that should help.

@flexcomng
Copy link
Owner

just change the password parameter into "${password}". that should help.

@meichthys did the suggestion by @RaySolo help solve your error?

@meichthys
Copy link
Author

I ended up using a password without a space, so I did not test the suggested method.

@fthobe
Copy link

fthobe commented Jan 16, 2025

Yes, it does work, but passwords shouldn't contain spaces as many systems struggle with them.

@flexcomng
Copy link
Owner

I don't encourage using spaces in passwords as it throws up all kinds of unique problems so i will not be implementing this.

@flexcomng flexcomng closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants