File: mysql-server.templates.pt_BR

package info (click to toggle)
mysql 3.23.49-8.13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 65,624 kB
  • ctags: 45,242
  • sloc: ansic: 255,722; cpp: 86,801; perl: 26,117; tcl: 19,882; sh: 18,775; asm: 4,001; yacc: 2,626; makefile: 2,494; java: 2,300; awk: 1,484; sed: 428
file content (90 lines) | stat: -rw-r--r-- 4,358 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
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
Template: mysql-server/mysql_install_db_notes
Type: note
Description: security and update notice
 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 "127.0.0.1 myhostname".
 .
 A new mysql user "debian-sys-maint" will be created. He is used in the
 start/stop and cron scripts. Don't delete him.
 .
 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.
 .
 If you are upgrading from a MySQL <= 3.22.10 you should run the
 /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be able to use
 the new GRANT command!
 .
 Networking is disabled by default for security reasons. You can enable it
 by commenting out the skip-networking option in /etc/mysql/my.cnf.
 .
 I will ensure secure permissions of /var/lib/mysql by replacing GIDs other
 than root and mysql with mysql.
Description-pt_BR: Aviso de segurana e atualizao
 O MySQL ser instalado somente se voc tiver um hostname NO-NUMRICO
 o qual pode ser resolvido atravs do arquivo /etc/hosts. Por exemplo,
 se o comando "hostname" retorna "meuhostname" ento dever existir uma
 linha como "127.0.01 meuhostname" no arquivo /etc/hosts.
 .
 Por favor lembre-se de definir uma SENHA para o usurio root do MySQL !
 Veja /usr/share/doc/mysql-server/README.Debian para maiores informaes.
 .
 Se voc est atualizando de um MySQL <= (menor ou igual a) 3.22.10 voc
 dever executar o /usr/bin/mysql_fix_privilege_tables. De outra forma  
 voc no conseguir utilizar o novo comando GRANT !
 .
 A operao em rede est desabilitada por razes de segurana. Voc pode
 habilitar essa opo comentando a opo skip-networking no arquivo
 /etc/mysql/my.cnf.
 .
 Sero asseguradas as permisses de segurana de /var/lib/mysql
 substituindo GIDs diferentes de root e mysql para mysql.

Template: mysql-server/postrm_remove_database
Type: boolean
Default: false
Description: Remove all databases after "purging" the mysql-server package?
 Should I remove everything below /var/lib/mysql when you purge the
 mysql-server package with the "dpkg --purge mysql-server" command (i.e.
 remove everything including the configuration) somewhen? (default is not)
Description-pt_BR: Remover todas as base de dados depois do "purge" do pacote mysql-server ?
 Devo remover tudo abaixo de /var/lib/mysql quando voc fizer o purge do
 pacote mysql-server com o comando "dpkg --purge mysql-server" (ou seja,
 remover tudo inclundo a configurao) ? (o padro  no remover)

Template: mysql-server/skip_networking
Type: boolean
Default: false
Description: Make MySQL reachable via network?
 Should MySQL listen on a network reachable TCP port? This is not necessary
 for use on a single computer and could be a security problem.
Description-pt_BR: Fazer o MySQL acessvel via rede ?
 O MySQL deve ouvir em uma porta TCP acessvel via rede ? Isto no 
 necessrio para uso em um nico computador e pode ser um problema  
 de segurana.

Template: mysql-server/want_chroot
Type: boolean
Default: false
Description: Enable chroot mode?
 MySQL is able to jail itself into the /var/lib/mysql_jail directory so that 
 users cannot modify any files outside this directory. This improves 
 resistence against crackers, too, as they are not able to modify system files.
Description-pt_BR: Habilitar modo chroot ?
 O MySQL  capaz de enjaular a si mesmo no diretrio /var/lib/mysql_jail,
 assim usurios no podero modificar arquivos fora deste diretrio. Isto
 aumenta tambm a resistncia contra crackers, pois eles no podero
 modificar arquivos de sistema.

Template: mysql-server/start_on_boot
Type: boolean
Default: false
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.
Description-pt_BR: O MySQL deve ser iniciado na inicializao ?
 O MySQL pode ser iniciado na em tempo de inicializao (boot) ou somente
 se voc digitar '/etc/init.d/mysql start' manualmente. Selecione 'sim'  
 aqui caso voc queira que o MySQL seja iniciado automaticamente.