Amazon EC2 MySQL을 시작할 수 없습니다.

Amazon EC2 MySQL을 시작할 수 없습니다.

몇 분 전에 무작위로 작동이 중지된 후 MySQL을 시작하는 데 문제가 있습니다. 연결하려고 하면 다음 오류가 발생합니다.

Connect failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

그래서 MySQL을 다시 시작하려고 시도했는데(이전에는 이것이 효과가 있었습니다) 다음과 같은 결과를 얻었습니다.

Stopping mysqld:                                           [  OK  ]
MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED]

이것은 내 오류 로그입니다.

130414 20:03:45 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130414 20:03:45 [Note] Plugin 'FEDERATED' is disabled.
130414 20:03:45 InnoDB: The InnoDB memory heap is disabled
130414 20:03:45 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130414 20:03:45 InnoDB: Compressed tables use zlib 1.2.5
130414 20:03:45 InnoDB: Using Linux native AIO
130414 20:03:45 InnoDB: Initializing buffer pool, size = 128.0M
130414 20:03:45 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
130414 20:03:45  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
130414 20:03:46  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
130414 20:03:46  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables

누구든지 조언을 해줄 수 있습니까? 저는 이 서버 관련 내용을 처음 접했습니다. :P

관련 정보