How Can I disable the export function of PhpMyadmin from having a database? I don't want to provide data interfaces directly, and I want to give it as much convenience as possible with the minimum permission. So I want to open PhpMyadmin and grant only Select permissions to the database. Only the Select Export function is available. Now I want to disable the export function of PhpMyadmin. How can this be achieved? ------ Solution -------------- How Can I disable the export function of PhpMyadmin?
There is a database that doesn't want to directly provide data interfaces, and at the same time wants to give as much convenience as possible under the minimum permission.
So I want to open PhpMyadmin and grant only Select permissions to the database.
Only the Select Export function is available.
Now I want to disable the export function of PhpMyadmin.
How can this be achieved?
------ Solution --------------------
No, they are usually tied together.
LZ, think about other methods.
------ Solution --------------------
Delete tb_export.php.
And the mysqldump function is blocked.