syntax of CREATEDB in lib/configure.pm
Brought to you by:
lee_herron
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
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).