Hallo,
bin ja nun schon des oefteren mit ner WP-Installation umgezogen, aber solche Probleme hatte ich dabei noch nicht:
Die Startseite:
my highspeed movies
sieht alles wunderbar aus, sobald ich auf einen Artikel gehe, crash die DB.
Wenn ich glueck habe, kommt ne MYSQL-Fehlermeldung, ansonsten crasht die DB wirklich heftig.
im mysqld-log finde ich dann dieses:
key_buffer_size=16777216
read_buffer_size=258048
max_used_connections=2
max_connections=100
threads_connected=2
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 92783 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=0x21ce740
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0x40355fe0, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
(nil)
New value of fp=0x21ce740 failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/using-stack-trace.html and follow instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x220e290 = SELECT post_date_gmt FROM wp_posts WHERE post_date_gmt <= '2009-01-16 11:20:22' AND post_status = 'publish' ORDER BY post_date_gmt DESC LIMIT 1
thd->thread_id=1
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
Number of processes running now: 0
090116 12:20:22 mysqld restarted
090116 12:20:22 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...
090116 12:20:22 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 6527667.
InnoDB: Doing recovery: scanned up to log sequence number 0 6527667
090116 12:20:22 InnoDB: Started; log sequence number 0 6527667
090116 12:20:22 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.45' socket: '/var/lib/mysql/mysql.sock' port: 3306 SUSE MySQL RPM
Alles anzeigen
also im besonderen denk ich der Fehler liegt wohl da:
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x220e290 = SELECT post_date_gmt FROM wp_posts WHERE post_date_gmt <= '2009-01-16 11:20:22' AND post_status = 'publish' ORDER BY post_date_gmt DESC LIMIT 1
thd->thread_id=1
nur kann ich damit ueberhaupt nix anfangen.
Ich habe auf dem alten server direkt nen mysqldump gezogen und diesen auf dem neuen server wieder per mysql eingespielt. hat wunderbar fkt. Fehlermeldungen gab es keine. auf dem alten Server lief Mysql 4.1.10a, auf dem neuem ne 5.0.45 Version. Kann es daran liegen? Aber gerade wenn ich die DBs per mysqldump rausziehe, duerfte dies doch kein Problem darstellen? oder?
ich komm auch ins wp-admin, allerdings ist ploetzlich alles engl. und wenn ich auf plugins gehe, kommt ne leere seite ...
danke und gruss
thomas