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]
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]