{% trans %}Step{% endtrans %} {{ current_step }}: {% trans %}Configuring Database Connection{% endtrans %}

{% trans %}To prepare the database for using Poweradmin, the installer needs to modify the PowerDNS database. It will add a number of tables and it will fill these tables with some data. If the tables are already present, the installer will drop them first.{% endtrans %}

{% trans %}To do all of this, the installer needs to access the database with an account which has sufficient rights. If you trust the installer, you may give it the username and password of the database user root. Otherwise, make sure the user has enough rights, before actually proceeding.{% endtrans %}

{% trans %}Username{% endtrans %}
{% trans %}Provide the user name{% endtrans %}
{% trans %}The username to use to connect to the database, make sure the username has sufficient rights to perform administrative task to the PowerDNS database (the installer wants to drop, create and fill tables to the database).{% endtrans %}
{% trans %}Password{% endtrans %}
{% trans %}Provide user password{% endtrans %}
{% trans %}The password for this username.{% endtrans %}
{% trans %}Database type{% endtrans %} {% trans %}The type of the PowerDNS database.{% endtrans %}
{% trans %}Hostname{% endtrans %}
{% trans %}Provide the hostname{% endtrans %}
{% trans %}The hostname on which the PowerDNS database resides. Frequently, this will be "localhost".{% endtrans %}
{% trans %}DB Port{% endtrans %}
{% trans %}Provide database port{% endtrans %}
{% trans %}The port the database server is listening on.{% endtrans %}
{% trans %}Database{% endtrans %}
{% trans %}Provide the name of the database{% endtrans %}
{% trans %}The name of the PowerDNS database.{% endtrans %}
{% trans %}DB charset{% endtrans %} {% trans %}The charset (encoding) which will be used for new tables. Leave it empty then default database charset will be used.{% endtrans %}
{% trans %}DB collation{% endtrans %} {% trans %}Set of rules for comparing characters in database. Leave it empty then default database collation will be used.{% endtrans %}
{% trans %}Poweradmin administrator password{% endtrans %}
{% trans %}Provide a password{% endtrans %}
{% trans %}The password of the Poweradmin administrator. This administrator has full rights to Poweradmin using the web interface.{% endtrans %}