Quiero instalar MySQL Server 8.0 en mi computadora de escritorio. El sistema operativo es Windows 10 Home. Quiero evitar que MySQL Server se conecte a Internet. Supongo que MySQL Server está conectado a los siguientes puertos: puerto - 3306, puerto de protocolo x - 33060. No quiero conectarme a MySQL Server a través de TCP/IP. En el archivo my.ini hay subsecciones [cliente] y [mysql].
¿Cómo necesito editar la subsección [cliente]?
[client]
# pipe=
# socket=MYSQL
port=3306
¿Cómo necesito editar la subsección [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