[서버 설치] mysql_secure_installation

[root@ML-01 www]# mysql_secure_installation

 

 

 

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL

      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

 

In order to log into MySQL to secure it, we'll need the current

password for the root user.  If you've just installed MySQL, and

you haven't set the root password yet, the password will be blank,

so you should just press enter here.

 

Enter current password for root (enter for none): 

OK, successfully used password, moving on...

 

Setting the root password ensures that nobody can log into the MySQL

root user without the proper authorisation.

 

Set root password? [Y/n] y

New password: 

Re-enter new password: 

Password updated successfully!

Reloading privilege tables..

 ... Success!

 

 

By default, a MySQL installation has an anonymous user, allowing anyone

to log into MySQL without having to have a user account created for

them.  This is intended only for testing, and to make the installation

go a bit smoother.  You should remove them before moving into a

production environment.

 

Remove anonymous users? [Y/n] y

 ... Success!

 

Normally, root should only be allowed to connect from 'localhost'.  This

ensures that someone cannot guess at the root password from the network.

 

Disallow root login remotely? [Y/n] n

 ... skipping.

 

By default, MySQL comes with a database named 'test' that anyone can

access.  This is also intended only for testing, and should be removed

before moving into a production environment.

 

Remove test database and access to it? [Y/n] y

 - Dropping test database...

ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist

 ... Failed!  Not critical, keep moving...

 - Removing privileges on test database...

 ... Success!

 

Reloading the privilege tables will ensure that all changes made so far

will take effect immediately.

 

Reload privilege tables now? [Y/n] y

 ... Success!

 

 

 

 

All done!  If you've completed all of the above steps, your MySQL

installation should now be secure.

 

Thanks for using MySQL!

 

 

Cleaning up...

0
0
이 글을 페이스북으로 퍼가기 이 글을 트위터로 퍼가기 이 글을 카카오스토리로 퍼가기 이 글을 밴드로 퍼가기
captcha
자동등록방지 숫자입력

웹개발

번호 제목 글쓴이 날짜 조회수
122 [Dart] Dart 문법 정리 최고관리자 09-09 2,092
121 [Flutter] absorbpointer-and-ignorepointer 최고관리자 09-08 1,452
120 [PHP] 타입선언 최고관리자 08-22 1,312
119 [PHP] error_level 셋팅과 실제 출력 최고관리자 08-21 1,396
118 [MySql] 타입지정시 괄호안의 숫자 최고관리자 08-18 1,455
117 [MySql] MySQL 최적의 데이터 타입 선택 방법 최고관리자 08-18 1,131
116 [MySql] 인덱스 조회시 주의 사항 최고관리자 08-18 1,165
115 [MySql] NOT NULL과 DEFAULT 를 동시에 쓸 필요가 있는가? 최고관리자 08-18 1,197
114 [Flutter] Row and Column 최고관리자 08-16 1,110
113 [Flutter] Linting 설정으로, 흔하게 실수할 수 있는 것을 build 전 방지하기. 최고관리자 08-16 1,195
112 [PHP] PHP 7.x PHP 8.x에서의 조건문 최고관리자 07-26 1,151
111 [JS] Webpack을 쓰는 이유 최고관리자 07-24 1,270
110 [Vue] Vue Router 최고관리자 07-22 1,151
109 [Vue] Vue.js 기본 원리 최고관리자 07-22 1,667
108 [MySql] 쿼리 결과를 합치는 union vs union all의 차이 최고관리자 07-10 1,179
107 [Vue] 일반적인 프로젝트의 구조에 대해 알아보자. 최고관리자 06-18 1,261
106 [JSP] vue등의 스크립트 분석을 위해 %태그 정도는 알자. 최고관리자 06-18 1,379
105 [MySql] 페이징(paging) 쿼리시 전체개수를 한번에 처리하는 방법 최고관리자 06-14 1,968
104 [MySql] Join vs Sub Query 비교 최고관리자 06-05 1,388
103 [SQL] SQL Join에 대한 이해 최고관리자 06-05 1,275