Re: mysqld crashes and restarts on connect attempt

2005-11-01 Thread Gleb Paharenko
Hello. > nm: /usr/sbin/mysqld: no symbols It seems strange because of your version - 4.1.14-debug-log. Get MySQL which has symbols. See: http://dev.mysql.com/doc/refman/5.0/en/compiling-for-debugging.html Don Doumakes wrote: > Gleb Paharenko wrote: > >> Follow links which have

Re: mysqld crashes and restarts on connect attempt

2005-10-28 Thread Don Doumakes
Gleb Paharenko wrote: Follow links which have been meant in the error log. Resolve the stack trace and send it to the list. See: http://dev.mysql.com/doc/refman/5.0/en/crashing.html I of course attempted to do that before asking for help. Though I compiled mysql with debug enabled, there

Re: mysqld crashes and restarts on connect attempt

2005-10-28 Thread Gleb Paharenko
Hello. Follow links which have been meant in the error log. Resolve the stack trace and send it to the list. See: http://dev.mysql.com/doc/refman/5.0/en/crashing.html Don Doumakes wrote: > I'm installing MySQL 4.1.14 on a new Gentoo box. When I try to connect > to the mysqld daemon,

mysqld crashes and restarts on connect attempt

2005-10-27 Thread Don Doumakes
I'm installing MySQL 4.1.14 on a new Gentoo box. When I try to connect to the mysqld daemon, it crashes and restarts itself, which just doesn't seem right. I enter these commands: cd /usr; /usr/bin/mysqld_safe & mysqladmin -u root password 'foobar' and get this response: mysqladmin: connect