fedora - MySQL password always prompt to reset password -


there's wrong mysql after updated newer version. prompts reset password everytime boot/re-boot laptop.

is there way out of prompts? can set password without reset everytime open mysqlworkbench, , it's horrible change mysql configuration on codes everyday.

here's screenshot.

enter image description here

thanks in advance.

for troubled problem, reset password usual , can run command after logged on mysql

alter user 'user'@'localhost' password expire never 

ps: i'm using mysql 5.7.9 under fedora 22


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -