MySQL Forums
Forum List  »  Install & Repo

Re: Can't get MySQL 5.5 to install on Windows 7
Posted by: Chris Besant
Date: December 20, 2010 06:26AM

Hi, Marcos:

Here is the SQL:

alter table `mysql`.`user`
change `authentication_string` `authentication_string` text;


Even when the configuration wizard bombs so it won't add the root@% user, you can still log in as root at localhost (login to the database as root on the same machine on which the server resides), and execute this SQL.



Edited 1 time(s). Last edit at 12/20/2010 06:28AM by Chris Besant.

Options: ReplyQuote


Subject
Written By
Posted
Re: Can't get MySQL 5.5 to install on Windows 7
December 20, 2010 06:26AM


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.