php - Database permissions in MySQL Workbench inconsistent? -
i trying add user, in addition root
database. so, did following in mysql workbench:
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.
- 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
Post a Comment