MySQL Forums
Forum List  »  Install & Repo

Re: Error installing: Unable to update security settings.
Posted by: Fidel -
Date: May 20, 2011 03:47AM

Thanks for your answer Barry, but as I said before, it is not a user name password problem.

I created the user with:

CREATE USER 'dummy_guy'@'localhost' IDENTIFIED BY 'dummy_pw';
GRANT ALL PRIVILEGES ON *.* TO 'dummy_guy'@'localhost' WITH GRANT OPTION;

And that is the user name and password (and host) I am using (Apart from root user with its password).

So, no. It is not a user name / password problem. I am starting to think that there is something broken in the last version of the software (And there is not an available previous version for the MySQL Windows Installer).

Options: ReplyQuote


Subject
Written By
Posted
Re: Error installing: Unable to update security settings.
May 20, 2011 03:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.