java - mysql workbench password not storing -


i trying create new database using mysql workbench , cannot save password using "store in keychain" button. have looked everywhere , no answers have been straightforward. trying access server using

    connection connection = drivermanager.getconnection(             "jdbc:mysql://localhost", "root", "password"); 

so, need password. tried accessing without password, did not work. when open workbench , click "store in keychain" button next password , enter password, follow testing connection , entering password. no matter do, password never works. try clearing it, allows me access without password, no me. hugely appreciated.

i figured out. double click on connection, supply password login. choose server -> editor/management screen, go "users , privileges", highlight account , change password there.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -