diff --git a/web/init/dump.sh b/web/init/dump.sh index 5d6b26e..8fc89c0 100755 --- a/web/init/dump.sh +++ b/web/init/dump.sh @@ -1,2 +1,2 @@ #!/bin/sh -mariadb-dump --single-transaction -d -u root -p mastostart | sed -e 's/ AUTO_INCREMENT=[0-9]\+ / /' > mastostart_solo_struttura.sql +mysqldump --single-transaction -d -u root -p mastostart | sed -e 's/ AUTO_INCREMENT=[0-9]\+ / /' > mastostart_solo_struttura.sql