File: phpbb2-conf-mysql.templates

package info (click to toggle)
phpbb2 2.0.21-6
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,224 kB
  • ctags: 12
  • sloc: sh: 476; makefile: 108; perl: 29; php: 21
file content (119 lines) | stat: -rw-r--r-- 4,141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Template: phpbb2-conf-mysql/redodb
Type: boolean
Default: false
_Description: Overwrite your current configuration?
 An existing configuration file for the database has been found as
 /etc/phpbb2/config.php
 .
 Select this if you want to redo this setup. No database will be
 destroyed, but any customization of /etc/phpbb2/config.php will be lost.

Template: phpbb2-conf-mysql/dbsetup
Type: select
_Choices: Create, Populate, None
Default: Create
_Description: Database creation
 If you have not yet created a database and want to do so now, choose
 "Create".
 .
 If you have created a database that currently has no tables and want to
 create the tables now, choose "Populate".
 .
 If none of the above options applies to you, choose "None".

Template: phpbb2-conf-mysql/dbserver
Type: string
Default: localhost
_Description: What is the hostname of your database server?
 If your database is local, accept the default of 'localhost'.
 .
 If your database is on a separate computer, then you will need to enter
 the resolvable domain name for that computer.

Template: phpbb2-conf-mysql/dbname
Type: string
Default: phpbb2
_Description: What name do you want for the database?
 All users, posts, etc., are stored in a single database. What would you like
 to name it?

Template: phpbb2-conf-mysql/dbuser
Type: string
Default: phpbb2
_Description: What database username do you want to use?
 A database-user dedicated to running phpBB will be created, in the interest
 of security.

Template: phpbb2-conf-mysql/dbpass
Type: password
_Description: What database password do you want to use?
 Choose a password for the databaseuser.
 .
 If you leave this empty, random password will be generated.

Template: phpbb2-conf-mysql/dbpass_generated
Type: password
Description: [Internal] makepasswd generated password
 No need to translate this.
 .
 Here the password generated by makepasswd is stored for later reference
 (for example, on upgrade). Only used if dbpass is empty.

Template: phpbb2-conf-mysql/dbrootpass
Type: password
_Description: What is the MySQL root password?
 In order to create the necessary user and database, the MySQL root password
 is needed.
 .
 The password will be temporarily stored by debconf until the configuration
 phase of this installation.  If you do not trust debconf to securely manage
 this password, you will need to create the user and database yourself, and
 re-configure phpbb2-conf-mysql chosing "Populate".

Template: phpbb2-conf-mysql/dbfailcreate
Type: note
_Description: FAILURE: Database not created
 The configuration script failed to create the phpbb database. Please run
 dpkg-reconfigure phpbb2-conf-mysql, to try with different options, or don't
 use phpbb2-conf-mysql at all.
 .
 Error: ${error}

Template: phpbb2-conf-mysql/dbfailcreateuser
Type: note
_Description: FAILURE: Database user not created
 The configuration script failed to create the phpbb database user. Please
 run dpkg-reconfigure phpbb2-conf-mysql, to try with different options,
 or don't use phpbb2-conf-mysql at all.
 .
 Error: ${error}

Template: phpbb2-conf-mysql/dbfailcreatetables
Type: note
_Description: FAILURE: Tables not created
 The configuration script failed to create the phpbb tables. Please run
 dpkg-reconfigure phpbb2-conf-mysql, to try with different options, or don't
 use phpbb2-conf-mysql at all.
 .
 Error: ${error}

Template: phpbb2-conf-mysql/db_created
Type: select
Choices: true, false
Default: false
Description: [internal] Whether the DB plus user is created
 phpbb maintainer scripts will not ask for the DB admin password once the
 db and an accessing user is created

Template: phpbb2-conf-mysql/db_version
Type: string
Description: [internal] what db_version is currently setup
 phpbb scripts will set this value to the current version, so to detect
 whether it is needed to change database layout, and based on what.

Template: phpbb2-conf-mysql/nodbpurge
Type: note
_Description: Database not purged
 The purge script did not drop the database for phpbb2, nor the user created
 for it. You will need to do so yourself (but only if you want to lose all
 data and board configuration).