Creating the initial database

In the install docs, I see a line: make initialize-database
I also see a configure option --with-db-database=DBNAME default:rt3

Is the following correct:

  1. If I specify --with-db-database=DBNAME then make initialize-database
    will require DBNAME to exist already and create tables etc. in that
    database?

  2. If I do not use the configure option --with-db-database, make
    initialize-database will create a new database, named rt3, for me and go
    from there?

Thanks.
Duncan Hutty
System Administrator
Department of Electrical and Computer Engineering
Carnegie Mellon University

Duncan Hutty wrote:

In the install docs, I see a line: make initialize-database
I also see a configure option --with-db-database=DBNAME default:rt3

Is the following correct:

  1. If I specify --with-db-database=DBNAME then make initialize-database
    will require DBNAME to exist already and create tables etc. in that
    database?

  2. If I do not use the configure option --with-db-database, make
    initialize-database will create a new database, named rt3, for me and go
    from there?

Thanks.

AFAIK

  1. yes
  2. no