Then run a single command, well, you need docker first
docker run -it --rm mysql mysqldump -hsomemysqlname.database.azure.com -usomedbusername -psome-password some-db-name> file.sql
This warning line generated in the top of file should be manually removed.
mysqldump: [Warning] Using a password on the command line interface can be insecure.
Feng
没有评论:
发表评论