Skip to content

Commit 75fcd9c

Browse files
author
HuyLee15
committed
fix: error drop table
1 parent 5bcc739 commit 75fcd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func main() {
7070
return
7171
}
7272

73-
err = executeInShell(fmt.Sprintf("mysqldump --defaults-file=/mnt/MYSQL_CNF %v < /tmp/temp.sql", destDB))
73+
err = executeInShell(fmt.Sprintf("mysql --defaults-file=/mnt/MYSQL_CNF %v < /tmp/temp.sql", destDB))
7474
if err != nil {
7575
log.Println(err)
7676
if !strings.HasPrefix(err.Error(), "Warning") {

0 commit comments

Comments
 (0)