у меня установлен Денвер..так же установил службу через командную строку :
"C:\WebServers\usr\local\mysql-5.5\bin\mysqld" --install "mysqld" defaults-file="C:\WebServers\usr\local\mysql-5.5\my.ini"...
Служба была успешно установлена, но при запуске выводит сообщение: "Системная ошибка. Системная ошибка 1067. Процесс был неожиданно завершен." Как это можно побороть?
вот что было в логах:
150818 0:01:11 [Note] Plugin 'FEDERATED' is disabled.
150818 0:01:11 InnoDB: The InnoDB memory heap is disabled
150818 0:01:11 InnoDB: Mutexes and rw_locks use Windows interlocked functions
150818 0:01:11 InnoDB: Compressed tables use zlib 1.2.3
150818 0:01:11 InnoDB: Error: unable to create temporary file; errno: 2
150818 0:01:11 [ERROR] Plugin 'InnoDB' init function returned error.
150818 0:01:11 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
150818 0:01:11 [ERROR] Unknown/unsupported storage engine: InnoDB
150818 0:01:11 [ERROR] Aborting
# Uncomment the following if you want to log updates
#log-bin=mysql-bin
# binary logging format - mixed recommended
#binlog_format=mixed
# Causes updates to non-transactional engines using statement format to be
# written directly to binary log. Before using this option make sure that
# there are no dependencies between transactional and non-transactional
# tables such as in the statement INSERT INTO t_myisam SELECT * FROM
# t_innodb; otherwise, slaves may diverge from the master.
#binlog_direct_non_transactional_updates=TRUE
# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = C:\\mysql\\data\\
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = C:\\mysql\\data\\
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 16M
#innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 5M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates