I’ve got percona installed on a box and I’m using a custom config from [URL]https://tools.percona.com/.[/URL] The mysql_install_db went fine and it appears that all of the necessary files were created, but the server fails to start with the following error:
[ERROR] Aborting
Not much to go on.
This is the initial startup after mysql_install_db:
120411 12:43:18 [Note] Plugin ‘FEDERATED’ is disabled.120411 12:43:18 InnoDB: The InnoDB memory heap is disabled120411 12:43:18 InnoDB: Mutexes and rw_locks use GCC atomic builtins120411 12:43:18 InnoDB: Compressed tables use zlib 1.2.3120411 12:43:18 InnoDB: Using Linux native AIO120411 12:43:18 InnoDB: Initializing buffer pool, size = 2.0G120411 12:43:18 InnoDB: Completed initialization of buffer poolInnoDB: The first specified data file ./ibdata1 did not exist:InnoDB: a new database to be created!120411 12:43:18 InnoDB: Setting file ./ibdata1 size to 10 MBInnoDB: Database physically writes the file full: wait…120411 12:43:18 InnoDB: Log file ./ib_logfile0 did not exist: new to be createdInnoDB: Setting log file ./ib_logfile0 size to 128 MBInnoDB: Database physically writes the file full: wait…InnoDB: Progress in MB: 100120411 12:43:20 InnoDB: Log file ./ib_logfile1 did not exist: new to be createdInnoDB: Setting log file ./ib_logfile1 size to 128 MBInnoDB: Database physically writes the file full: wait…InnoDB: Progress in MB: 100InnoDB: Doublewrite buffer not found: creating newInnoDB: Doublewrite buffer createdInnoDB: 127 rollback segment(s) active.InnoDB: Creating foreign key constraint system tablesInnoDB: Foreign key constraint system tables created120411 12:43:21 InnoDB: Waiting for the background threads to start120411 12:43:22 Percona XtraDB (http://www.percona.com) 1.1.8-rel25.0 started; log sequence number 0120411 12:43:22 [ERROR] Aborting120411 12:43:22 InnoDB: Starting shutdown…120411 12:43:26 InnoDB: Shutdown completed; log sequence number 1597945120411 12:43:26 [Note]
This is a subsequent restart:
120411 12:48:17 [Note] Plugin ‘FEDERATED’ is disabled.120411 12:48:17 InnoDB: The InnoDB memory heap is disabled120411 12:48:17 InnoDB: Mutexes and rw_locks use GCC atomic builtins120411 12:48:17 InnoDB: Compressed tables use zlib 1.2.3120411 12:48:17 InnoDB: Using Linux native AIO120411 12:48:17 InnoDB: Initializing buffer pool, size = 2.0G120411 12:48:17 InnoDB: Completed initialization of buffer pool120411 12:48:17 InnoDB: highest supported file format is Barracuda.120411 12:48:17 Percona XtraDB (http://www.percona.com) 1.1.8-rel25.0 started; log sequence number 1597945120411 12:48:17 [ERROR] Aborting120411 12:48:17 InnoDB: Starting shutdown…120411 12:48:23 InnoDB: Shutdown completed; log sequence number 1597945120411 12:48:23 [Note]
Anyone have any thoughts as to what might be going on?
Thanks much for any suggestions.