Menu

#11 syntax of CREATEDB in lib/configure.pm

open
nobody
None
5
2004-02-12
2004-02-12
No

I'am instaling osallcomerce ver.1.2.3,with PostgreSQL
version 7.4.
I think the line
`createdb -p $port -h $servername create $dbname`
in lib/configure.pl should be like this:
`createdb -p $port -h $servername $dbname`

the syntax of CREATEDB command is:
createdb [OPTION]... [DBNAME] [DESCRIPTION]

there is no additional action "create".

best regards
Paweł Sadowski

Discussion

  • Paweł Sadowski

    • summary: syntax of CREATEDB in lib/configure.pl --> syntax of CREATEDB in lib/configure.pm
     
  • Paweł Sadowski

    Logged In: YES
    user_id=973985

    the default port of PgSQL connection should be 5432. After
    choosing Pg as driver for connecting to the database, the
    port is still 3306 (mysql port).

     

Log in to post a comment.

MongoDB Logo MongoDB