Hallo,
ich habe gerade versucht unter debian/sarge mysql-max (4.1.11) zu installieren. Die Installation erfolgt auf zwei Rechnern mit identischer Hardware-Konfiguration.
Auf dem ersten Rechner lässt sich die Installation Problemlos ausführen. Der zweite will mysql_install_db nicht aus führen. Bekommen habe ich angehange Fehlermeldung. Ich vermute stark einen RAM-Fehler bei dem Rechner, wollte aber vorher mal nachfragen, was ihr so davon haltet.
David
-------------------------------------------------------------------------------------------------------------- Installing all prepared tables mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail.
key_buffer_size=0 read_buffer_size=131072 max_used_connections=0 max_connections=100 threads_connected=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 217599 K bytes of memory Hope that's ok; if not, decrease some variables in the equation.
thd=(nil) 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=0xbfffe338, backtrace may not be correct. Stack range sanity check OK, backtrace follows: 0x8136a43 0x4004e825 0x8241aec 0x8237609 0x4024f2ea 0x4024f3e3 0x4024ec43 0x4024ee8d 0x401e55eb 0x401e5496 0x8135ed8 0x81361a9 0x8138014 0x4010ee36 0x80f3b51 New value of fp=(nil) 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 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. Installation of system tables failed!
Examine the logs in ./data for more information. You can also try to start the mysqld daemon with: ./bin/mysqld --skip-grant & You can use the command line tool ./bin/mysql to connect to the mysql database and look at the grant tables:
shell> ./bin/mysql -u root mysql mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log gives you a log in ./data that may be helpful.
The latest information about MySQL is available on the web at http://www.mysql.com Please consult the MySQL manual section: 'Problems running mysql_install_db', and the manual section that describes problems on your OS. Another information source is the MySQL email archive. Please check all of the above before mailing us! And if you do mail us, you MUST use the ./bin/mysqlbug script! --------------------------------------------------------------------------------------------------------------
lug-dd@mailman.schlittermann.de