Hello team, we are using the “clone instance from” command to copy an entire instance from one mysql server to another mysql server. Now, I’m exploring the feasibility of just clone one database (schema) using the same method. Does clone instance command have an option for this?
I’m searching for another method than dumping and restoring the database.
Thanks in advance.