Amazon EC2 MySQL konnte nicht Gestartet werden

Habe ich Probleme starten von MySQL nach es zufällig aufgehört zu arbeiten vor ein paar Minuten. Ich erhalte diese Fehlermeldung beim Versuch, eine Verbindung herzustellen:

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

Also habe ich versucht neu zu starten, MySQL (dies war für mich vor) und ich habe diese:

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

Hier ist mein error log:

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

Kann mir jemand einige Tipps? Ich bin mir ziemlich noobish an diesem server Sachen 😛

Vielen Dank!

Die log-Einträge scheinen vom April 14th, wenn es wurde zuerst initialisiert. Ist das die gesamte log? Auch stellen Sie sicher, Sie sind nicht an Speicherplatz, indem Sie es mit df.

InformationsquelleAutor Charles | 2013-06-04

Schreibe einen Kommentar