Yesterday my friend and ex-colleague Sveta published a blog post on how to migrate ownership of stored routines, views and triggers in MySQL.
I usually agree a lot with her and even if I agree with what she wrote, there is one single point I would like to comment: use MySQL Shell !
In the blog post, Sveta recommends the use of mysqldump which I don’t. For any logical dump & load operations, I really recommend the use of MySQL Shell’s Dump & Load Utility ! It’s much faster, it has many nice options like hidden Primary Key creation, and is compatible with OCI.
And of course, MySQL Shell also provides a …
[Read more]