I posted a question 2 days ago if it's safe to delete innodb log files to change the innodb_log_file_size variable.
The answer was referencing this post and I did the following:
Set innodb_fast_shutdown to 0 in "my.cnf" file
Stopped mysqld service
Backed up old log files (ib_logfile0, ib_logfile1) to tmp folder
- Removed old log files from /var/lib/mysql
Started mysqld service - Failed to start
Restored backup log files to /var/lib/mysql
Started mysqld serice again, but also failed to start.
I found that log file mysqld.log was empty. I couldn't trace why mysqld failed to start again.
What can I do to solve this issue?