0

I searched here and googled for this answer but had no success.

I need to block the export option from a user at my MySQL database, is there a way to do it? I already blocked the update and edit options.

Starfish
  • 2,735
  • 25
  • 28
digoferra
  • 133
  • 7

1 Answers1

1

And Google did not reveal the MySQL documentation about that topic? My Google did: http://dev.mysql.com/doc/refman/5.6/en/privilege-system.html

The solution is the opposite of Minimum permissions for a user to perform a mysqldump?

mailq
  • 17,023
  • 2
  • 37
  • 69