Implementing TMPL_ELSIF; NOTICE: REQUIRES Template::Pro 0.69
[koha_fer] / 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.