We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2925152 + bbd5f48 commit 82c3bddCopy full SHA for 82c3bdd
1 file changed
specs/sql/export_my_sql_dataabase_schema_without_exporting_its_data.yaml
@@ -1,5 +1,5 @@
1
---
2
-name: Export MySQL dataabase schema without exporting its data
+name: Export MySQL database schema without exporting its data
3
command: "mysqldump -h {{host_name_or_ip}} -u {{username}} -p --no-data dbname > {{output_sql_file_path}}"
4
tags:
5
- mysql
0 commit comments