File: mysql-server.templates

package info (click to toggle)
mysql-dfsg 4.0.24-10sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 56,212 kB
  • ctags: 42,312
  • sloc: ansic: 257,918; cpp: 93,002; perl: 29,480; sh: 24,628; tcl: 19,882; yacc: 3,558; makefile: 2,452; java: 2,300; awk: 1,484; asm: 687; sed: 428; sql: 27
file content (58 lines) | stat: -rw-r--r-- 2,359 bytes parent folder | download
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
Template: mysql-server/nis_warning
Type: note
_Description: Important note for NIS/YP users!
 To use mysql you must install an equivalent user and group to the
 following and ensure yourself that /var/lib/mysql has the right
 permissions (the uid/gid may be different).
 .
 /etc/passwd:      mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false
 .
 /etc/group:       mysql:x:101:
 .
 /var/lib/mysql:   drwxr-xr-x   mysql    mysql

Template: mysql-server/really_downgrade_from_41
Type: boolean
Default: false
_Description: Do you really want to downgrade?
 WARNING: The file /var/lib/mysql/debian-4.1.flag exists. This indicates that
 the mysql-server-4.1 package had been installed. It can not be guaranteed that
 MySQL 4.0 is able to use tables modified by MySQL 4.1.

Template: mysql-server/mysql_update_hints1
Type: note
_Description: Update Hints
 Rarely, e.g. on new major versions, the privilege system is improved.
 To make use of it mysql_fix_privilege_tables must be executed manually.
 The script is not supposed to give any user more rights that he had before,
 .
 Please also read http://www.mysql.com/doc/en/Upgrade.html

Template: mysql-server/mysql_install_db_notes
Type: note
_Description: Install Hints
 MySQL will only install if you have a NON-NUMERIC hostname that is
 resolvable via the /etc/hosts file. E.g. if the "hostname" command returns
 "myhostname" then there must be a line like "10.0.0.1 myhostname".
 .
 A new mysql user "debian-sys-maint" will be created. This mysql account is
 used in the start/stop and cron scripts. Don't delete.
 .
 Please remember to set a PASSWORD for the MySQL root user! If you use a
 /root/.my.cnf, always write the "user" and the "password" lines in there,
 never only the password! See /usr/share/doc/mysql-server/README.Debian for
 more information.

Template: mysql-server/postrm_remove_databases
Type: boolean
Default: false
_Description: Remove the databases from all MySQL versions?
 Should I remove the complete /var/lib/mysql directory tree which is used by
 all MySQL versions, not necessarily only the one you are about to purge?

Template: mysql-server/start_on_boot
Type: boolean
Default: true
_Description: Should MySQL start on boot?
 The MySQL can start on boot time or only if you type '/etc/init.d/mysql
 start' manually. Select 'yes' here if you want it to start automatically.