MySQL Forums
Forum List  »  Install & Repo

Root Password Reset, -explicit_defaults_for_timestamp Issue
Posted by: Colin Millard
Date: May 19, 2014 12:46PM

Hi All

I know I should not be having these issues, but at the moment I don't understand the
problem !


I created a txt file with the following code:

UPDATE mysql.user SET Password=PASSWORD('MyNewPassword') WHERE User='root';
FLUSH PRIVILEGES;

mysqld.exe --init-file=C:\mysql-init.txt

I get the following error 'Please use --explicit_defaults_for_timestamp'

Do I need to add something to the mysql-init.txt ???

Help !!

Thanks

Colin

Options: ReplyQuote


Subject
Written By
Posted
Root Password Reset, -explicit_defaults_for_timestamp Issue
May 19, 2014 12:46PM


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.