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

« back to all changes in this revision

Viewing changes to man/mysql_secure_installation.1

  • 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
.\"     Title: \fBmysql_secure_installation\fR
 
2
.\"    Author: 
 
3
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
 
4
.\"      Date: 05/02/2007
 
5
.\"    Manual: MySQL Database System
 
6
.\"    Source: MySQL 5.0
 
7
.\"
 
8
.TH "\fBMYSQL_SECURE_INST" "1" "05/02/2007" "MySQL 5.0" "MySQL Database System"
 
9
.\" disable hyphenation
 
10
.nh
 
11
.\" disable justification (adjust text to left margin only)
 
12
.ad l
 
13
.SH "NAME"
 
14
mysql_secure_installation \- improve MySQL installation security
 
15
.SH "SYNOPSIS"
 
16
.HP 26
 
17
\fBmysql_secure_installation\fR
 
18
.SH "DESCRIPTION"
 
19
.PP
 
20
This program enables you to improve the security of your MySQL installation in the following ways:
 
21
.TP 3n
 
22
\(bu
 
23
You can set a password for
 
24
root
 
25
accounts.
 
26
.TP 3n
 
27
\(bu
 
28
You can remove
 
29
root
 
30
accounts that are accessible from outside the local host.
 
31
.TP 3n
 
32
\(bu
 
33
You can remove anonymous\-user accounts.
 
34
.TP 3n
 
35
\(bu
 
36
You can remove the
 
37
test
 
38
database, which by default can be accessed by anonymous users.
 
39
.sp
 
40
.RE
 
41
.PP
 
42
Invoke
 
43
\fBmysql_secure_installation\fR
 
44
without arguments:
 
45
.sp
 
46
.RS 3n
 
47
.nf
 
48
shell> \fBmysql_secure_installation\fR
 
49
.fi
 
50
.RE
 
51
.PP
 
52
The script will prompt you to determine which actions to perform.
 
53
.SH "COPYRIGHT"
 
54
.PP
 
55
Copyright 1997\-2007 MySQL AB
 
56
.PP
 
57
This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how MySQL disseminates it (that is, electronically for download on a Web site with the software) or on a CD\-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of MySQL AB. MySQL AB reserves any and all rights to this documentation not expressly granted above.
 
58
.PP
 
59
Please email
 
60
<docs@mysql.com>
 
61
for more information.
 
62
.SH "SEE ALSO"
 
63
For more information, please refer to the MySQL Reference Manual,
 
64
which may already be installed locally and which is also available
 
65
online at http://dev.mysql.com/doc/.
 
66
.SH AUTHOR
 
67
MySQL AB (http://www.mysql.com/).
 
68
This software comes with no warranty.