The mysqldump filter was created with this need in
mind. It allows you to remove all DEFINER clauses and eventually
replacing them with a better one.
For example:
mysqldump --no-data sakila | dump_filter --delete > …[Read more]
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
The mysqldump filter was created with this need in
mind. It allows you to remove all DEFINER clauses and eventually
replacing them with a better one.
For example:
mysqldump --no-data sakila | dump_filter --delete > …[Read more]