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

Installer forces you to use password for database #1390

Open
brianherbert opened this issue Jul 7, 2014 · 1 comment
Open

Installer forces you to use password for database #1390

brianherbert opened this issue Jul 7, 2014 · 1 comment

Comments

@brianherbert
Copy link
Contributor

While it's not always a good idea to not have a password for your MySQL user, it is possible. We should allow a blank password when setting up an Ushahidi deployment.

screen shot 2014-07-07 at 9 14 31

This is likely a simple one or two liner fix.

@srutto srutto modified the milestone: v2.7.4 Aug 5, 2014
@srutto srutto added this to the v2.7.5 milestone Oct 22, 2014
mattkloc added a commit to mattkloc/Ushahidi_Web that referenced this issue Mar 10, 2015
mattkloc added a commit to mattkloc/Ushahidi_Web that referenced this issue Mar 10, 2015
mattkloc added a commit to mattkloc/Ushahidi_Web that referenced this issue Mar 10, 2015
@DrissTafouzert
Copy link

I think you have to do it with the command line interface CLI

mysqladmin -u root -p'oldpassword' password ''

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

No branches or pull requests

3 participants