farklı bir hata alıyorum innodb tabloları çalışmıyor. my.cnf içeriğim şu şekilde
[mysqld]
performance_schema=off
skip-networking
innodb_file_per_table=1
tmpdir=/tmp
max_connections=500
max_user_connections=500
key_buffer_size=384M
myisam_sort_buffer_size=192M
join_buffer_size=1M
read_buffer_size=128K
sort_buffer_size=128K
table_open_cache=7072
thread_cache_size=3024
table_definition_cache=6048
open_files_limit=56000
wait_timeout=60
connect_timeout=60
tmp_table_size=128M
max_heap_table_size=128M
max_allowed_packet=268435456
query_cache_limit=4M
query_cache_size=512M
query_cache_type=1
interactive_timeout=60
max_connect_errors=15
local-infile=0
innodb_buffer_pool_size=512M
innodb_additional_mem_pool_size=96M
innodb_thread_concurrency=4
innodb_log_file_size=128M
innodb_log_buffer_size=10M
innodb_flush_method=O_DIRECT
default-storage-engine=MyISAM
[isamchk]
key_buffer=512M
sort_buffer_size=2M
read_buffer=2M
write_buffer=2M
[myisamchk]
tmpdir=/tmp
key_buffer=512M
sort_buffer=2M
read_buffer=2M
write_buffer=2M
hata mesaji su sekilde
See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2016-08-30 17:09:31 360447 [Warning] InnoDB: Cannot open table torrentg_wp781/wp_postmeta from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2016-08-30 17:09:31 360447 [Warning] InnoDB: Cannot open table torrentg_wp781/wp_terms from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2016-08-30 17:09:31 360447 [Warning] InnoDB: Cannot open table torrentg_wp781/wp_term_taxonomy from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2016-08-30 17:09:31 360447 [Warning] InnoDB: Cannot open table torrentg_wp781/wp_term_relationships from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.