I want to restrict job seeker update/view his mysql data until admin panel approve his profile


I want to restrict job seeker update/view his mysql data until admin panel approve his profile



This is the code I used but its for admins in the mysql not for a user(job seeker) in my website.


REVOKE SELECT ON contacts FROM '*'@'localhost';





Where is the code and what do you want to achieve?
– Nico Haase
Jul 1 at 7:51





this makes very little sense
– smith
Jul 1 at 8:03





You have to restrict this feature on application level, not on database level, since I doubt that you create a separate mysql user acvount for each of your users.
– Shadow
Jul 1 at 8:23





This has to be made with code, giving permission to your users via database will affect the end result of what you're trying to achieve.
– Kevin
Jul 1 at 8:25









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

List of Kim Possible characters

Audio Livestreaming with Python & Flask

NSwag: Generate C# Client from multiple Versions of an API