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

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -