Reverted to calling mysqldump instead of mariadb-dump (more retro-compatible)
This commit is contained in:
parent
6914551daa
commit
25e238a1e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue