[% INCLUDE 'doc-head-open.inc' %]Koha › Web Installer › Step 2 [% INCLUDE 'installer-doc-head-close.inc' %]

Koha Web Installer › Step 2

Database settings:

[% IF ( dbconnection ) %]
[% IF ( checkdatabaseaccess ) %]

Connection established.

[% IF ( checkdatabasecreated ) %]

Database [% dbname %] exists.

[% IF ( checkgrantaccess ) %]

User [% user %] has all required privileges on database [% dbname %].

[% ELSE %]

user [% user %] doesn't have enough privilege on database [% dbname %]

Ask for or make a change in the user's privileges. Need help? See [% IF ( mysql ) %][% ELSE %]http://www.postgresql.org/docs/8.2/interactive/sql-createrole.html[% END %]this page. User [% user %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on [% dbname %]

[% END %] [% ELSE %]

No database named [% dbname %] detected.

Please create the database before continuing.

[% END %] [% ELSE %]
[% error %] : [% message %]
  • Check that your database is running.
  • Check your database settings in koha-conf.xml.
  • Check the hostname setting in koha-conf.xml. Some database servers require 127.0.0.1 rather than localhost.

Please correct these errors and start the installer again. [% END %] [% IF ( error ) %][% ELSE %]

Click Next to continue

[% END %]
[% ELSE %]

Please click Next to continue if this information is correct

[% END %]