[MDEV-4331] MariaDB could not start and throw some exception Created: 2013-03-26 Updated: 2014-06-20 Resolved: 2013-03-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.30 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | zhifeng hu | Assignee: | Elena Stepanova |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 5.9 I586 |
||
| Attachments: |
|
| Description |
|
130326 8:15:56 [ERROR] mysqld got signal 6 ; To report this bug, see http://kb.askmonty.org/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 5.5.30-MariaDB Thread pointer: 0x0x0 |
| Comments |
| Comment by zhifeng hu [ 2013-03-26 ] |
|
My type mistake. the title of this problem should be : MariaDB could not start up and throw some exception. |
| Comment by Elena Stepanova [ 2013-03-26 ] |
|
Hi, The summary changed as suggested. |
| Comment by zhifeng hu [ 2013-03-26 ] |
|
the error log file |
| Comment by zhifeng hu [ 2013-03-26 ] |
|
had upload the err file, hope it will be helpful. now i can start mariadb . but i do not know why it could not start up in that time. |
| Comment by Elena Stepanova [ 2013-03-26 ] |
|
Here is why it didn't work before: InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes That's expected behavior. If you already have ib_data* or ib_log* files in your datadir, either your server should be configured with the same file sizes, or, if you don't care about the contents of those files, they need to be removed, so that InnoDB could create new ones. After the failure you apparently removed the old ib_logfile* (or somebody else did), because on the next attempt InnoDB didn't find it and created a new one, of the size it wants: 130326 8:22:36 InnoDB: Log file ./ib_logfile0 did not exist: new to be created |