forked from ottok/mariadb-10.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmariadb-server-10.0.templates
69 lines (64 loc) · 2.45 KB
/
mariadb-server-10.0.templates
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
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# for an advice to [email protected]
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: mariadb-server-10.0/really_downgrade
Type: boolean
Default: false
_Description: Really proceed with downgrade?
A file named /var/lib/mysql/debian-*.flag exists on this system.
.
Such a file is an indication that a mariadb-server package with a higher
version has been installed previously.
.
There is no guarantee that the version you're currently installing
will be able to use the current databases.
Template: mariadb-server-10.0/nis_warning
Type: note
#flag:translate!:3,5
_Description: Important note for NIS/YP users
Using MariaDB under NIS/YP requires a mysql user account to be added on
the local system with:
.
adduser --system --group --home /var/lib/mysql mysql
.
You should also check the permissions and ownership of the
/var/lib/mysql directory:
.
/var/lib/mysql: drwxr-xr-x mysql mysql
Template: mariadb-server-10.0/postrm_remove_databases
Type: boolean
Default: false
_Description: Remove all MariaDB databases?
The /var/lib/mysql directory which contains the MariaDB databases is about
to be removed.
.
If you're removing the MariaDB package in order to later install a more
recent version or if a different mariadb-server package is already
using it, the data should be kept.
Template: mariadb-server/error_setting_password
Type: error
_Description: Unable to set password for the MariaDB "root" user
An error occurred while setting the password for the MariaDB
administrative user. This may have happened because the account
already has a password, or because of a communication problem with
the MariaDB server.
.
You should check the account's password after the package installation.
.
Please read the /usr/share/doc/mariadb-server-10.0/README.Debian file
for more information.
Template: mariadb-server/oneway_migration
Type: boolean
Default: true
_Description: Really migrate to MariaDB?
MariaDB is a drop-in replacement for MySQL. It will use your current
configuration file (my.cnf) and current databases.
.
Note that MariaDB has some enhanced features, which do not exist in MySQL
and thus migration back to MySQL might not always work, at least not as
automatically as migrating from MySQL to MariaDB.