Bug #57614 | 'Error 1067: The process terminated unexpectedly' when installing from sources | ||
---|---|---|---|
Submitted: | 21 Oct 2010 1:08 | Modified: | 22 Oct 2010 23:49 |
Reporter: | Yuri Popoff | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Windows | Severity: | S3 (Non-critical) |
Version: | 5.1.51 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression |
[21 Oct 2010 1:08]
Yuri Popoff
[21 Oct 2010 9:43]
MySQL Verification Team
Thank you for the bug report. Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Windows\system32>net start mysqld51 The mysqld51 service is starting... The mysqld51 service could not be started. A system error has occurred. System error 1067 has occurred. The process terminated unexpectedly.
[21 Oct 2010 9:45]
MySQL Verification Team
Starting from command line: C:\DBS>c:\dbs\5.1\bin\mysqld --console --standalone --port=3306 --ignore-builtin-innodb --plugin-load=innodb=ha_innodb_plugin.dll;innodb_trx=ha_innodb_plugin.dll;innodb_locks=ha_innodb_plugin.dll;innodb_lock_waits=ha_innodb_plugin.dll;innodb_cmp =ha_innodb_plugin.dll 101021 7:44:11 [Note] Plugin 'FEDERATED' is disabled. InnoDB: The InnoDB memory heap is disabled InnoDB: Mutexes and rw_locks use InnoDB's own implementation InnoDB: Compressed tables use zlib 1.2.3 101021 7:44:11 InnoDB: highest supported file format is Barracuda. 101021 7:44:11 InnoDB Plugin 1.0.12 started; log sequence number 44260 101021 7:44:11 [Note] Event Scheduler: Loaded 0 events 101021 7:44:11 [Note] c:\dbs\5.1\bin\mysqld: ready for connections. Version: '5.1.53-Win X64' socket: '' port: 3306 Source distribution
[21 Oct 2010 22:51]
MySQL Verification Team
Notice the empty err file: C:\DBS>dir 5.1\data\tikal.err Volume in drive C has no label. Volume Serial Number is 20EC-38AD Directory of C:\DBS\5.1\data 11/10/2010 14:26 0 tikal.err 1 File(s) 0 bytes 0 Dir(s) 468.139.085.824 bytes free C:\DBS>
[22 Oct 2010 20:49]
Vladislav Vaintroub
This seems to be a duplicate of Bug #56821 Failure to start the MySQL Service, which is fixed about a month ago.
[22 Oct 2010 23:41]
Yuri Popoff
Yes, you are right. After applying the patch from that bug the service starts successfully. Sorry for duplicate.