Hi!
"Bob" == Bob Tanner <tan...@real-time.com> writes:
Bob> Quoting Michael Widenius (mon...@mysql.com):
strace -o/tmp/mysqld.trace /usr/sbin/mysqld --basedir=/
--datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/mysqld.pid
--skip-locking --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/mysqld.pid
If yes, please post the last 100 lines from the /tmp/mysqld.trace file
to me so that I can figure out what's going on!
Bob> I hangs hard so I have to kill -9 the process, that is what is at the end
of the
Bob> strace.
<cut>
Unfortunately tha strace doesn't show anything obviously wrong; According to
it, mysqld starts nicely without any problems.
Did you try to connect to mysqld from another window?
When you started mysqld normally, I assume you didn't forget to start
mysqld in the background by adding & last to your command row.
Regards,
Monty