~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to debian/mysql-server-5.0.templates

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# These templates have been reviewed by the debian-l10n-english
 
2
# team
 
3
#
 
4
# If modifications/additions/rewording are needed, please ask
 
5
# for an advice to debian-l10n-english@lists.debian.org
 
6
#
 
7
# Even minor modifications require translation updates and such
 
8
# changes should be coordinated with translators and reviewers.
 
9
 
1
10
Template: mysql-server-5.0/really_downgrade
2
11
Type: boolean
3
12
Default: false
4
 
_Description: Do you really want to downgrade?
5
 
 WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates that a
6
 
 mysql-server package with a higher version has been installed before.
7
 
 It can not be guaranteed that this version can use its data.
 
13
_Description: Really proceed with downgrade?
 
14
 A file named /var/lib/mysql/debian-*.flag exists on this system.
 
15
 .
 
16
 Such file is an indication that a mysql-server package with a higher
 
17
 version has been installed earlier.
 
18
 .
 
19
 There is no guarantee that the version you're currently installing
 
20
 will be able to use the current databases.
8
21
 
9
22
Template: mysql-server-5.0/nis_warning
10
23
Type: note
11
 
_Description: Important note for NIS/YP users!
12
 
 To use mysql you must install an equivalent user and group to the
13
 
 following and ensure yourself that /var/lib/mysql has the right
14
 
 permissions (the uid/gid may be different).
15
 
 .
16
 
 /etc/passwd:      mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false
17
 
 .
18
 
 /etc/group:       mysql:x:101:
19
 
 .
20
 
 /var/lib/mysql:   drwxr-xr-x   mysql    mysql
 
24
#flag:translate!:3,5
 
25
_Description: Important note for NIS/YP users
 
26
 To use MySQL, the following entries for users and groups should be added
 
27
 to the system:
 
28
 .
 
29
  /etc/passwd   : mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false
 
30
  /etc/group    : mysql:x:101:
 
31
 .
 
32
 You should also check the permissions and the owner of the
 
33
 /var/lib/mysql directory:
 
34
 .
 
35
  /var/lib/mysql: drwxr-xr-x   mysql    mysql
21
36
 
22
37
Template: mysql-server-5.0/postrm_remove_databases
23
38
Type: boolean
24
39
Default: false
25
 
_Description: Remove the databases used by all MySQL versions?
26
 
 The script is about to remove the data directory /var/lib/mysql.
27
 
 If it is planned to just install a higher MySQL version or if a different
28
 
 mysql-server package is already using it, the data should be kept.
 
40
_Description: Remove all MySQL databases?
 
41
 The /var/lib/mysql directory which contains the MySQL databases is about
 
42
 to be removed.
 
43
 .
 
44
 If you're removing the MySQL package in order to later install a more
 
45
 recent version or if a different mysql-server package is already
 
46
 using it, the data should be kept.
29
47
 
30
48
Template: mysql-server-5.0/start_on_boot
31
49
Type: boolean
32
50
Default: true
33
 
_Description: Should MySQL start on boot?
34
 
 The MySQL can start automatically on boot time or only if you manually
35
 
 type '/etc/init.d/mysql start'.
 
51
_Description: Start the MySQL server on boot?
 
52
 The MySQL server can be launched automatically at boot time or manually
 
53
 with the '/etc/init.d/mysql start' command.
36
54
 
37
55
Template: mysql-server/root_password
38
56
Type: password
39
 
_Description: New password for MySQL "root" user:
40
 
 It is highly recommended that you set a password for the MySQL administrative
41
 
 "root" user.
 
57
_Description: New password for the MySQL "root" user:
 
58
 While not mandatory, it is highly recommended that you set a password
 
59
 for the MySQL administrative "root" user.
42
60
 .
43
 
 If you do not provide a password no changes will be made to the account.
 
61
 If that field is left blank, the password will not be changed.
44
62
 
45
63
Template: mysql-server/error_setting_password
46
64
Type: error
47
 
_Description: Unable to set password for MySQL "root" user
48
 
 It seems an error occurred while setting the password for the MySQL
49
 
 administrative user.  This may have happened because the user already
50
 
 has a password, or because there was a problem communicating with the
51
 
 MySQL server.
52
 
 .
53
 
 When installation finishes, you should verify that the account
54
 
 is properly protected with a password (see README.Debian for more
55
 
 information).
 
65
_Description: Unable to set password for the MySQL "root" user
 
66
 An error occurred while setting the password for the MySQL
 
67
 administrative user. This may have happened because the account
 
68
 already has a password, or because of a communication problem with
 
69
 the MySQL server.
 
70
 .
 
71
 You should check the account's password after the package installation.
 
72
 .
 
73
 Please read the /usr/share/doc/mysql-server-5.0/README.Debian file
 
74
 for more information.
56
75
 
57
76
Template: mysql-server-5.0/need_sarge_compat
58
77
Type: boolean
59
78
Default: false
60
79
_Description: Support MySQL connections from hosts running Debian "sarge" or older?
61
 
 The way passwords were stored was not very secure. This has been improved
62
 
 with the drawback that clients (e.g. PHP) from hosts running Debian 3.1 Sarge
63
 
 will not be able to connect to account which are new or whose password have
64
 
 been changed. See /usr/share/doc/mysql-server-5.0/README.Debian.
 
80
 In old versions of MySQL clients on Debian, passwords were not stored
 
81
 securely. This has been improved since then, however clients (such as PHP)
 
82
 from hosts running Debian 3.1 Sarge will not be able to connect to
 
83
 recent accounts or accounts whose password have been changed.
 
84
 .
 
85
 Please read the /usr/share/doc/mysql-server-5.0/README.Debian file
 
86
 for more information.
65
87
 
66
88
Template: mysql-server-5.0/need_sarge_compat_done
67
89
Type: boolean