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

Closed
sanketjoshi4 opened this issue Jan 11, 2018 · 6 comments
Closed

Not able to see users in User Manager #45

sanketjoshi4 opened this issue Jan 11, 2018 · 6 comments

Comments

@sanketjoshi4
Copy link

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 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.

@Elvin-zl
Copy link

Elvin-zl commented Apr 26, 2021

the same problem , i viewed the soucecode , it seems like caused by the mysql version , if u use mysql5.7+ , there is no field in mysql.user table named "password", but the select user list method used the filed , i tried add this field in this table , the userlist can load , but add user can not work ,unfortunately , we should change the source code ... i dont know weather the author still focus this project , im writing java , dont want to fix it myself ...

image

@Elvin-zl
Copy link

@Samnan please help me , i want to use this project , cause its UI beautiful than phpadmin a lot !!

@Samnan
Copy link
Owner

Samnan commented Apr 26, 2021

@Elvin-zl i am currently busy in another project. Will do my best to update the code to work with new mysql versions.

PR's are always welcome from community!

@Elvin-zl
Copy link

thanks for reply , wait in hope ~

@Samnan
Copy link
Owner

Samnan commented Sep 23, 2021

@Elvin-zl this issue is fixed in latest github code, you may test it out.

@Samnan Samnan closed this as completed Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants