php - Database permissions in MySQL Workbench inconsistent? -


i trying add user, in addition root database. so, did following in mysql workbench:

enter image description here

  • clicked on tab called "management" shown in picture, , clicked on "users , priveleges".

  • then clicked "add account" in lower left hand corner, , entered user name , password, , of course shows in pane on lhs.

however, go tab called "schemas", shown in piccutre above, , click on "i" circle around it, shown in picture below.

enter image description here

  • then, click on tab says "grants" , see if i'm there. i'm not. how add username?

i refreshed multiple times, isn't issue.

the way got problem was: tried access db using python mysql package, common error:

_mysql_exceptions.operationalerror: (1044, "access denied user... 

...which why went , added user , tried check grants.

how change permissions? thanks.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -