[% 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 %]
  • Database name : [% dbname %]
  • Database host : [% hostname %]
  • Database port : [% port %] (probably okay if blank)
  • Database user : [% user %]
[% IF ( dbconnection ) %]
[% IF ( checkdatabaseaccess ) %] [% 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 %] [% END %] this page. User [% user %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on [% dbname %]

[% END %] [% ELSE %]

Please create the database before continuing.

[% END %] [% ELSE %]
  • 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 %] [% UNLESS ( error ) %]

[% END %]
[% ELSE %]

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