Skip to main content

Error: Unknown storage engine 'InnoDB

Comments

3 comments

  • cPanelPeter cPanel Staff
    Hello, What do you have in your /etc/my.cnf file? cat /etc/my.cnf
    Please paste that here.
    0
  • ravijas
    hello, having same pro, # cat /etc/my.cnf [mysqlhotcopy] interactive-timeout log-slow-queriies="/var/lib/mysql/slow.log" [mysqldump] max_allowed_packet=4M quick [mysql] no-auto-rehash [mysqld] thread_cache_size=8 max_allowed_packet=268435456 query_cache_size=32M innodb_file_per_table=1 innodb_log_file_size = 12M server-id=1 table_cache=512 sort_buffer_size=2M myisam_sort_buffer_size=64M wait_timeout=20 thread_concurrency=8 default-storage-engine=MyISAM key_buffer=384M max_connections=25 max_user_connections=25 skip-external-locking read_rnd_buffer_size=8M connect_timeout=20 read_buffer_size=2M open_files_limit=50000 innodb_buffer_pool_size=134217728 [myisamchk] read_buffer=2M sort_buffer_size=128M key_buffer=128M write_buffer=2M ------------------
    0
  • cPanelMichael
    Hello :) Try copying your /etc/my.cnf file to another location to ensure it's backed up, and then use a standard empty /etc/my.cnf file to see i f that makes a difference. Ensure you restart MySQL after implementing the default /etc/my.cnf file. If the issue persists, the following thread is helpful if you need to repair InnoDB: Repairing InnoDB Thank you
    0

Please sign in to leave a comment.