[% USE HtmlTags %] [% INCLUDE 'doc-head-open.inc' %]Koha › Web installer › Database settings [% INCLUDE 'installer-doc-head-close.inc' %]

Koha

Web installer › Database settings

Database settings:

  • Database type: [%- dbms | $HtmlTags tag=>'code' -%]
  • Database name: [%- dbname | $HtmlTags tag=>'code' -%]
  • Database host: [%- hostname | $HtmlTags tag=>'code'-%]
  • Database port: [%- port| $HtmlTags tag=>'code' -%] (probably okay if blank)
  • Database user: [%- user | $HtmlTags tag=>'code' -%]
[% IF ( dbconnection ) %]
[% IF ( checkdatabaseaccess ) %] [% IF ( checkdatabasecreated ) %]
  • Database [% dbname | $HtmlTags tag=>'code'%] exists.
  • [% IF ( checkgrantaccess ) %]
  • User [% user | $HtmlTags tag=>'code' %] has all required privileges on database [% dbname | $HtmlTags tag=>'code' %].
[% ELSE %]

User [% user | $HtmlTags tag=>'code' %] doesn't have enough privilege on database [% dbname | $HtmlTags tag=>'code'%].

Ask for or make a change in the user's privileges. User [% user | $HtmlTags tag=>'code' %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database [% dbname | $HtmlTags tag=>'code' %].

Need help? See manual for [% IF ( mysql ) %] MySQL [% ELSE %] PostgreSQL [% END %]

[% END %] [% ELSE %]

Please create the database before continuing.

[% END %] [% ELSE %]
  • Check that your database is running.
  • Check your database settings in [% 'koha-conf.xml' | $HtmlTags Tag=>'code' %].
  • Check the hostname setting in [% INCLUDE txt_kohaconf_xml %]. Some database servers require [% '127.0.0.1' | $HtmlTags tag=>'code' %] rather than [% 'localhost' | $HtmlTags tag=>'code' %].

Please correct these errors. Then start the installer again. [% END %] [% UNLESS ( error ) %]

[% END %]
[% ELSE %]

[% END # / IF dbconnection %]
[% INCLUDE 'intranet-bottom.inc' %]