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

Password with special characters issue #301

Open
montanhes opened this issue Nov 4, 2021 · 1 comment
Open

Password with special characters issue #301

montanhes opened this issue Nov 4, 2021 · 1 comment

Comments

@montanhes
Copy link

Describe the bug
In my case the issue was happening because the password that I was using has special characters and I think it could be and issue for most of the users. I could solve it just by changing my MySQL password.

To Reproduce
Steps to reproduce the behavior:

  1. just add a password with special characters like: )

Expected behavior
It will display the message: "Your report has an error and couldn 't be processed!\ Try to output the command using the function output(); and run it manually in the console."

Desktop (please complete the following information):

  • OS: Linux
  • Browser Firefox
@Whendryo
Copy link

Hi!

I've had the same issue, it's caused by escape character "&" in my DB password.

To solve it, I put double quote " in "password" params like in the example bellow:

$options = [ 
		'db_connection' => [
            'password' => '"%aN1ma@klap&6a@iWYgGf$)89!"'
			]
];

it worked for me

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

2 participants