From 33bc56febda55e78d0bfa7a98cef7b6c31802a18 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 1 Mar 2008 18:31:56 +1300 Subject: [PATCH] fixed mysqladmin invocation in INSTALL.debian Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- INSTALL.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.debian b/INSTALL.debian index 9bbbb4ec46..92e6ef5a58 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -138,7 +138,7 @@ When the configuration is completed CPAN will install the Perl modules. Create the database and user with associated privileges: - $ mysqladmin -uroot -p create database + $ mysqladmin -uroot -p create $ mysql -uroot -p Welcome to the MySQL monitor. Commands end with ; or \g. -- 2.20.1