내 데스크탑 컴퓨터에 MySQL Server 8.0을 설치하고 싶습니다. 운영체제는 윈도우 10 홈이다. MySQL 서버가 인터넷에 연결되는 것을 방지하고 싶습니다. 나는 MySQL 서버가 다음 포트에 연결되어 있다고 가정합니다: 포트 - 3306, x 프로토콜 포트 - 33060. TCP/IP를 통해 MySQL 서버에 연결하고 싶지 않습니다. my.ini 파일에는 [client] 및 [mysql] 하위 섹션이 있습니다.
[클라이언트] 하위 섹션을 어떻게 편집해야 합니까?
[client]
# pipe=
# socket=MYSQL
port=3306
[mysqld] 하위 섹션을 어떻게 편집해야 합니까?
[mysqld]
# The next three options are mutually exclusive to SERVER_PORT below.
# skip-networking
# enable-named-pipe
# shared-memory
# shared-memory-base-name=MYSQL
# The Pipe the MySQL Server will use
# socket=MYSQL
# The TCP/IP Port the MySQL Server will listen on
port=3306