Yep - InnoDB
But that only shows you the default engine not which engine is actually used by the tables.In your folder MySQL Server 5.6 you´ll find the file my.ini - there you can verofy whether innodb is used or not:
[client]
port=3306
[mysql]
default-character-set=utf8
[mysqld]
port=3306
basedir="C:/Program Files/MySQL/MySQL Server 5.6/"
datadir="C:/ProgramData/MySQL/MySQL Server 5.6/Data"
default-storage-engine=INNODB
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
max_connections=100
query_cache_size=32M
tmp_table_size=18M
thread_cache_size=4
thread_concurrency=4
myisam_max_sort_file_size=100M
myisam_sort_buffer_size=64M
key_buffer_size=16M
read_buffer_size=2M
read_rnd_buffer_size=16M
sort_buffer_size=2M
innodb_additional_mem_pool_size=2M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=96M
innodb_log_file_size=50M
innodb_thread_concurrency=8
So what to check/do else?
Do you have any firewall running on 192.168.0.151? or what else can deny socket connecting?[2013-10-17 07:04:03,492] [Log ] [DVB EPG timer] [ERROR] - Exception ystem.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.0.151:31456