O servidor MySQL não está em execução

1

Sinto muito pelo meu mau inglês. Após atualizar o MySQL até a versão 5.6.17, ele não está funcionando. Estou usando o Windows 7 como o sistema operacional do meu servidor. Aqui está o my.ini e o log de erros:

[mysqld]
basedir=C:\_server\_release\_backend\Mysql\
datadir=C:\_server\_release\_backend\Mysql\data\
port =3306
back_log = 50
flush_time=0
max_connections = 30
max_connect_errors = 10
open_files_limit=4110
key_buffer_size = 25M
read_buffer_size=2M
read_rnd_buffer_size=4M
join_buffer_size = 1M
sort_buffer_size = 1M
bulk_insert_buffer_size = 2M
max_allowed_packet = 2M
max_heap_table_size = 25M
max_sort_length = 20
max_tmp_tables = 25
table_open_cache = 400
table_definition_cache = 400
tmp_table_size = 25M
wait_timeout=60
interactive_timeout=30
ft_min_word_len=4
thread_cache_size = 4
thread_concurrency = 4
connect_timeout = 5
query_cache_type=1
query_cache_size=25M
query_cache_limit = 256K
myisam_max_sort_file_size = 256M
myisam_repair_threads = 1
myisam-recover-options=backup,force
transaction-isolation = READ-COMMITTED
lower_case_table_names = 2
#innodb_force_recovery=6
innodb_file_per_table = 1
innodb_file_format = barracuda
innodb_buffer_pool_size=256M

[mysqldump]
quick
max_allowed_packet =16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer =20M
sort_buffer_size =20M
read_buffer =2M
write_buffer =2M

[myisamchk]
key_buffer =20M
sort_buffer_size =20M
read_buffer =2M
write_buffer =2M

[mysqlhotcopy]
interactive-timeout



2014-04-03 23:21:51 7788 [Note] Plugin 'FEDERATED' is disabled.
2014-04-03 23:21:51 7788 [Note] InnoDB: The InnoDB memory heap is disabled
2014-04-03 23:21:51 7788 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-04-03 23:21:51 7788 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-04-03 23:21:51 7788 [Note] InnoDB: Not using CPU crc32 instructions
2014-04-03 23:21:51 7788 [Note] InnoDB: Initializing buffer pool, size = 256.0M
2014-04-03 23:21:51 7788 [Note] InnoDB: Completed initialization of buffer pool
2014-04-03 23:21:51 7788 [Note] InnoDB: Highest supported file format is Barracuda.
2014-04-03 23:21:51 7788 [Note] InnoDB: 128 rollback segment(s) are active.
2014-04-03 23:21:51 7788 [Note] InnoDB: Waiting for purge to start
2014-04-03 23:21:51 7788 [Note] InnoDB: 5.6.15 started; log sequence number 1600339
2014-04-03 23:21:51 7788 [ERROR] Aborting

Não consigo desativar o armazenamento de dados do InnoDB, porque quero usá-lo no futuro. Atualmente não há tabelas usando esse armazenamento. Espero que você possa me ajudar. Obrigado pelo avanço.

    
por SIOIV Admin 03.04.2014 / 21:48

1 resposta

0

Se você não tem dados no InnoDB, tente deletar os arquivos de log do InnoDB ib_logfile0 e ib_logfile1 . A entrada do log de erros indica que isso de alguma forma causa o problema.

    
por 03.04.2014 / 22:15

Tags