fixed mysqladmin invocation in INSTALL.debian
authorGalen Charlton <galen.charlton@liblime.com>
Sat, 1 Mar 2008 05:31:56 +0000 (18:31 +1300)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 1 Mar 2008 15:49:23 +0000 (09:49 -0600)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
INSTALL.debian

index 9bbbb4e..92e6ef5 100644 (file)
@@ -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<password> create database <kohadatabasename>
+    $ mysqladmin -uroot -p<password> create <kohadatabasename>
     $ mysql -uroot -p<password>
     
     Welcome to the MySQL monitor.  Commands end with ; or \g.