From af1563a63a378fba88d17f1ed921f1f1f0954b22 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 11 Apr 2004 10:55:11 +0000 Subject: [PATCH] r8949: non-interactive removal --- db-mysql/mysql-sql.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-mysql/mysql-sql.lisp b/db-mysql/mysql-sql.lisp index c3bbda1..2a0ba82 100644 --- a/db-mysql/mysql-sql.lisp +++ b/db-mysql/mysql-sql.lisp @@ -415,7 +415,7 @@ (defmethod database-destroy (connection-spec (type (eql :mysql))) (destructuring-bind (host name user password) connection-spec (multiple-value-bind (output status) - (clsql-base-sys:command-output "mysqladmin drop -u~A -p~A -h~A ~A" + (clsql-base-sys:command-output "mysqladmin drop -f -u~A -p~A -h~A ~A" user password (if host host "localhost") name) -- 2.34.1