2 lines
139 B
Bash
Executable file
2 lines
139 B
Bash
Executable file
#!/bin/sh
|
|
mysqldump --single-transaction -d -u root -p mastostart | sed -e 's/ AUTO_INCREMENT=[0-9]\+ / /' > mastostart_solo_struttura.sql
|