Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Your question is slightly intimidating. Such issues are resolved long before the backend. Issuing and revoking rights to tables. Read the MySQL documentation in the GRANT query syntax section
1. Write permissions for the MySQL user
REVOKE *.* ON <database>.<table> FROM <username>@localhost;
GRANT SELECT, REFERENCE ON <database>.<table> TO <username-readonly>@localhost; -- только SELECT c JOIN
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question