Since 5.0.34 of mySQL, something changed that is not compatible
with my generic all static build of a mySQL RPM I can get it to work if I use
mysqlmanager, but executing mysqld at the command line blocks
waiting for a signal. The steps below shows how to track down
problems with mysql binaries.
/usr/sbin/mysqld-debug --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/db.pid --skip-external-locking --console --debug --log --one-thread
This will create a mysql.trace file in /tmp
the output of the trace file suspends just like the mysqld
process, this is post innodb setup phase.
[Read more]
T@16384: | | | >_mymalloc
T@16384: | | | | enter: Size: 24
T@16384: | | | | exit: ptr: 0x1d1cc5c8
T@16384: | | | …