~clint-fewbar/ubuntu/maverick/mysql-5.1/innodb-default-table-type

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-80iqx5miywl5ht4z
Tags: 5.1.45-1
* New upstream release.
* Drop patch 10_readline_build_fix.dpatch.
* Rename source package to mysql-5.1.

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
 
 
10
Template: mysql-server-5.1/really_downgrade
 
11
Type: boolean
 
12
Default: false
 
13
_Description: Really proceed with downgrade?
 
14
 A file named /var/lib/mysql/debian-*.flag exists on this system.
 
15
 .
 
16
 Such a file is an indication that a mysql-server package with a higher
 
17
 version has been installed previously.
 
18
 .
 
19
 There is no guarantee that the version you're currently installing
 
20
 will be able to use the current databases.
 
21
 
 
22
Template: mysql-server-5.1/nis_warning
 
23
Type: note
 
24
#flag:translate!:3,5
 
25
_Description: Important note for NIS/YP users
 
26
 Using MySQL under NIS/YP requires a mysql user account to be added on
 
27
 the local system with:
 
28
 .
 
29
  adduser --system --group --home /var/lib/mysql mysql
 
30
 .
 
31
 You should also check the permissions and ownership of the
 
32
 /var/lib/mysql directory:
 
33
 .
 
34
  /var/lib/mysql: drwxr-xr-x   mysql    mysql
 
35
 
 
36
Template: mysql-server-5.1/postrm_remove_databases
 
37
Type: boolean
 
38
Default: false
 
39
_Description: Remove all MySQL databases?
 
40
 The /var/lib/mysql directory which contains the MySQL databases is about
 
41
 to be removed.
 
42
 .
 
43
 If you're removing the MySQL package in order to later install a more
 
44
 recent version or if a different mysql-server package is already
 
45
 using it, the data should be kept.
 
46
 
 
47
Template: mysql-server-5.1/start_on_boot
 
48
Type: boolean
 
49
Default: true
 
50
_Description: Start the MySQL server on boot?
 
51
 The MySQL server can be launched automatically at boot time or manually
 
52
 with the '/etc/init.d/mysql start' command.
 
53
 
 
54
Template: mysql-server/root_password
 
55
Type: password
 
56
_Description: New password for the MySQL "root" user:
 
57
 While not mandatory, it is highly recommended that you set a password
 
58
 for the MySQL administrative "root" user.
 
59
 .
 
60
 If this field is left blank, the password will not be changed.
 
61
 
 
62
Template: mysql-server/root_password_again
 
63
Type: password
 
64
_Description: Repeat password for the MySQL "root" user:
 
65
 
 
66
Template: mysql-server/error_setting_password
 
67
Type: error
 
68
_Description: Unable to set password for the MySQL "root" user
 
69
 An error occurred while setting the password for the MySQL
 
70
 administrative user. This may have happened because the account
 
71
 already has a password, or because of a communication problem with
 
72
 the MySQL server.
 
73
 .
 
74
 You should check the account's password after the package installation.
 
75
 .
 
76
 Please read the /usr/share/doc/mysql-server-5.1/README.Debian file
 
77
 for more information.
 
78
 
 
79
Template: mysql-server/password_mismatch
 
80
Type: error
 
81
_Description: Password input error
 
82
 The two passwords you entered were not the same. Please try again.
 
83
 
 
84
Template: mysql-server/no_upgrade_when_using_ndb
 
85
Type: error
 
86
_Description: NDB Cluster seems to be in use
 
87
 MySQL-5.1 no longer provides NDB Cluster support. Please migrate to the new
 
88
 mysql-cluster package and remove all lines starting with "ndb" from
 
89
 all config files below /etc/mysql/.