QuestionQ91
Installation and ConfigurationYou are using an existing server with a new configuration, and MySQL Server does not start.
Review this error-log snapshot:

Which action would enable the server to start?
- A Remove ib_logfile0 and ib_logfile1 files from the file system.
- B Execute mysqladmin flush-logs.
- C First run mysqld --initialize to refresh the Size of ib_logfile.
- D Create a new ib_logfile0 file of size 26214400.
Community Discussion