I have created a read only MySQL user but this user have an option to export the database through phpmyadmin. How can I disable the options Export and Import?
-
If the users can run a SELECT they can always export the data. There is absolutely no way you can prevent that. They would need write privileges to import it though.user1822– user18222013年03月14日 17:41:23 +00:00Commented Mar 14, 2013 at 17:41
1 Answer 1
I believe phpMyAdmin uses plain SELECTs
and INSERTs
to import and export the database.
I don't think you will be able to prevent import/export. I don't remember PhpMyAdmin having options to disable those features.
Explore related questions
See similar questions with these tags.