Ошибка запуска mySQL 1067
При запуске mySQLроисходит завершение процесса с ошибкой 1067
Снизу приведен лог консоли и файл конфига my.ini
C:\>"Program Files\mySQL\bin\mysqld.exe" --console
2020-12-03 11:12:32 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
2020-12-03 11:12:32 0 [Note] Program Files\mySQL\bin\mysqld.exe (mysqld 5.6.50) starting as process 28204
2020-12-03 11:12:32 28204 [Note] Plugin 'FEDERATED' is disabled.
2020-12-03 11:12:32 28204 [Note] InnoDB: Using atomics to ref count buffer pool pages
2020-12-03 11:12:32 28204 [Note] InnoDB: The InnoDB memory heap is disabled
2020-12-03 11:12:32 28204 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-03 11:12:32 28204 [Note] InnoDB: Memory barrier is not used
2020-12-03 11:12:32 28204 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-03 11:12:32 28204 [Note] InnoDB: Not using CPU crc32 instructions
2020-12-03 11:12:32 28204 [Note] InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: VirtualAlloc(137428992 bytes) failed; Windows error 1455
2020-12-03 11:12:32 28204 [ERROR] InnoDB: Cannot allocate memory for the buffer pool
2020-12-03 11:12:32 28204 [ERROR] Plugin 'InnoDB' init function returned error.
2020-12-03 11:12:32 28204 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2020-12-03 11:12:32 28204 [ERROR] Program Files\mySQL\bin\mysqld.exe: unknown variable 'net_buffer_lenght=10M'
2020-12-03 11:12:32 28204 [ERROR] Aborting
2020-12-03 11:12:32 28204 [Note] Binlog end
\\\\\\ my.ini
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.
[mysqld]
# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M
# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin
# These are commonly set, remove the # and set as required.
basedir = "C:\Program Files\mySQL"
datadir = "C:\Program Files\mySQL\data"
port = 3306
character-set-server=utf8
#server_id = 1
default-storage-engine=INNODB
explicit_defaults_for_timestamp = TRUE
skip-external-locking
# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
sort_buffer_size = 2M
read_rnd_buffer_size = 2M
key_buffer_size = 16M
max_allowed_packet = 1M
table_open_cache = 64K
net_buffer_lenght = 8K
read_buffer_size = 256K
myisam_sort_buffer_size = 8M
sql_mode=""
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES