The Wayback Machine - https://web.archive.org/web/20201224010752/https://github.com/Samnan/MyWebSQL/issues/45
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to see users in User Manager #45

Open
sanketjoshi4 opened this issue Jan 11, 2018 · 1 comment
Open

Not able to see users in User Manager #45

sanketjoshi4 opened this issue Jan 11, 2018 · 1 comment

Comments

@sanketjoshi4
Copy link

@sanketjoshi4 sanketjoshi4 commented Jan 11, 2018

Hi,

I disabled the select permission for root and now, I am not able to see users and permissions to re enable the same. I deleted and replaced the entire directory, cleared browser cache, restarted my device, and still, in a new instance on the application, this change is persistent.

image

Is the user permission configuration stored somewhere in DB ?
Please suggest how to reset everything to default settings otherwise.

Thanks and regards,
Sanket Joshi

@Samnan
Copy link
Owner

@Samnan Samnan commented Jan 11, 2018

User permissions are diretly fetched from mysql, nothing stored elsewhere.

You can run a mysql command line and then try fix like this

       mysql > GRANT ALL on *.* to 'root'@'localhost';
       mysql > flush privileges;

This might fix things up from you, just relogin to MyWebSQL after this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.