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

MySQL Passwords ending in '#' are not working - leads to ISE 500 errors #596

Closed
ranasats opened this issue Jan 7, 2023 · 1 comment · Fixed by #601
Closed

MySQL Passwords ending in '#' are not working - leads to ISE 500 errors #596

ranasats opened this issue Jan 7, 2023 · 1 comment · Fixed by #601
Labels
Bug Something isn't working

Comments

@ranasats
Copy link

ranasats commented Jan 7, 2023

Hi,

I tried to setup LinkAce using a generated password for my MariaDB database ending in #. Setup guide works up until the last page where you setup your password for the user. After hitting submit at that stage, I would get ISE 500 errors. I went through the laravel logs and found that LinkAce is getting SQL access denied errors, and the password it is trying to use is truncated at the #.

Not sure if this is a know bug, but took me a while to figure it out! Hope not many people are having this issue.

Thanks!

@Kovah
Copy link
Owner

Kovah commented Jan 7, 2023

Wrap your password in quotes ("), otherwise the # is seen as the start of a comment.

@Kovah Kovah linked a pull request Jan 22, 2023 that will close this issue
@Kovah Kovah added the Bug Something isn't working label Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants