diff --git a/entries/1699206563_dump_mysql_databases.toml b/entries/1699206563_dump_mysql_databases.toml index 366852c..4b6cc64 100644 --- a/entries/1699206563_dump_mysql_databases.toml +++ b/entries/1699206563_dump_mysql_databases.toml @@ -24,4 +24,15 @@ zip -r dumps.zip ${path}/*.sql rm -fr $path -echo 'Saved dumps at dumps.zip'""" \ No newline at end of file +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 +"""