Skip to content

Commit

Permalink
Merge pull request #6 from pedroferreiraa/main
Browse files Browse the repository at this point in the history
update 1699206563_dump_mysql_databases.toml
  • Loading branch information
Nickguitar committed Nov 16, 2023
2 parents 69ce8ff + 84ba409 commit 681e2c5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion entries/1699206563_dump_mysql_databases.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,15 @@ zip -r dumps.zip ${path}/*.sql
rm -fr $path
echo 'Saved dumps at dumps.zip'"""
echo 'Saved dumps at dumps.zip'"""

[[data]]
description = "Change host, username, password and database name and run it. It will dump all tables and create csv files for each table. Additionally you can zip the folder"
language = "bash"
command = """
wget https://raw.githubusercontent.com/pedroferreiraa/DatabaseTableDumper/main/dump.php
# Running script
php dump.php --help
"""

0 comments on commit 681e2c5

Please sign in to comment.