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

-bash: !28: event not found #371

Open
josipWebbite opened this issue Nov 30, 2021 · 3 comments
Open

-bash: !28: event not found #371

josipWebbite opened this issue Nov 30, 2021 · 3 comments

Comments

@josipWebbite
Copy link

Hi, I am using this tool for years and this first time happend to me. I used something like this:

php srdb.cli.php -h HOST -n DBNAME -u DBUSER -p "PASSWORD" -s "https://DOMENA_OLD" -r "http://DOMENA_NEW"
and got:
-bash: !28: event not found
This happen with version 4.1.1 but also with 4.1.3. Few minutes before, I used the same thing and worked fine. Any advice?

@peterbra
Copy link

Try wrapping your MySQL password with single quotes like:
php srdb.cli.php -h HOST -n DBNAME -u DBUSER -p 'PASSWORD' -s "https://DOMENA_OLD" -r "http://DOMENA_NEW"

@josipWebbite
Copy link
Author

Thanks, I will try

@opmat
Copy link

opmat commented Feb 5, 2023

Life saver. Thanks this works perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants