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