1MYSQL_SECURE_INST(1)         MySQL Database System        MYSQL_SECURE_INST(1)
2
3
4

NAME

6       mysql_secure_installation - improve MySQL installation security
7

SYNOPSIS

9       mysql_secure_installation
10

DESCRIPTION

12       This program enables you to improve the security of your MySQL
13       installation in the following ways:
14
15       ·   You can set a password for root accounts.
16
17       ·   You can remove root accounts that are accessible from outside the
18           local host.
19
20       ·   You can remove anonymous-user accounts.
21
22       ·   You can remove the test database (which by default can be accessed
23           by all users, even anonymous users), and privileges that permit
24           anyone to access databases with names that start with test_.
25
26       mysql_secure_installation helps you implement security recommendations
27       similar to those described at Section 2.12.2, “Securing the Initial
28       MySQL Accounts”.
29
30       Invoke mysql_secure_installation without arguments:
31
32           shell> mysql_secure_installation
33
34       The script will prompt you to determine which actions to perform.
35
36       mysql_secure_installation is not available on Windows.
37
39       Copyright © 1997, 2011, Oracle and/or its affiliates. All rights
40       reserved.
41
42       This documentation is free software; you can redistribute it and/or
43       modify it only under the terms of the GNU General Public License as
44       published by the Free Software Foundation; version 2 of the License.
45
46       This documentation is distributed in the hope that it will be useful,
47       but WITHOUT ANY WARRANTY; without even the implied warranty of
48       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
49       General Public License for more details.
50
51       You should have received a copy of the GNU General Public License along
52       with the program; if not, write to the Free Software Foundation, Inc.,
53       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
54       http://www.gnu.org/licenses/.
55
56

SEE ALSO

58       For more information, please refer to the MySQL Reference Manual, which
59       may already be installed locally and which is also available online at
60       http://dev.mysql.com/doc/.
61

AUTHOR

63       Oracle Corporation (http://dev.mysql.com/).
64
65
66
67MySQL 5.1                         10/26/2011              MYSQL_SECURE_INST(1)
Impressum