We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a89520 + 82c3bdd commit 0121fabCopy full SHA for 0121fab
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