MySQL-Server will nicht.
Posted: 2006-02-22 06:58
Hallo,
habe von einem Bekannten einen vServer zur Installation von MySQL-Server bekommen. Da es eine Debian-Kiste ist, dachte ich mit apt wäre das dann doch recht einfach. Kurzerhand ein apt-get install mysql-server eingegeben und als erste Meldung nach der Installation kam folgendes:
Dann nochmal "per Hand" gestartet:
Tja, und nun steht ich da wie der Ochs vorm Berg und weiss nicht mehr weiter. Von zig hunderten Installationen mit apt hab ich sowas noch nicht gehabt. Google gibt mir da auch nichts gescheites raus, was ich verwenden kann.
Jemand eine Idee?
Gruß und Dank
LordDarkmage
habe von einem Bekannten einen vServer zur Installation von MySQL-Server bekommen. Da es eine Debian-Kiste ist, dachte ich mit apt wäre das dann doch recht einfach. Kurzerhand ein apt-get install mysql-server eingegeben und als erste Meldung nach der Installation kam folgendes:
Code: Select all
rds01:~# /etc/init.d/mysql start
Starting MySQL database server: mysqld...failed.
Please take a look at the syslog.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
rds01:~#
Code: Select all
rds01:~# mysqld
060222 6:31:58 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
060222 6:31:58 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 43777.
InnoDB: Doing recovery: scanned up to log sequence number 0 43823
InnoDB: Last MySQL binlog file position 0 79, file name /var/log/mysql/mysql-bin.000011
060222 6:31:58 InnoDB: Flushing modified pages from the buffer pool...
060222 6:31:58 InnoDB: Started; log sequence number 0 43823
060222 6:31:58 [ERROR] mysqld: Incorrect information in file: './mysql/user.frm'
060222 6:31:58 [ERROR] Fatal error: Can't open privilege tables: Incorrect information in file: './mysql/user.frm'
rds01:~#
Jemand eine Idee?
Gruß und Dank
LordDarkmage