Hi -
First a brief explanation of the error messages:
>208# mysqld_safe
>Starting mysqld daemon with databases from /var/db/mysql
>Abort trap
>STOPPING server from pid file /var/db/mysql/208.35.141.195.pid
>
>
Okay, your daemon's already dead... nothing below here is going to work,
because MySQL isn't running.
There's nothing for the client applications to connect to.
>>11:37:09 mysqld ended
>>
>>208# mysql start
>>ERROR 2002: Can't connect to local MySQL server through
>>socket '/tmp/mysql.sock' (61)
>>
>>208# /usr/local/bin/safe_mysqld --user=mysql &
>>[1] 743
>>/usr/local/bin/safe_mysqld: Command not found.
>>
>>208# mysql -u root -p<pass>
>>Missing name for redirect.
>>
>>208# mysql_install_db
>>Installing all prepared tables
>>050425 11:45:52 /usr/local/libexec/mysqld: Shutdown Complete
>>
>>
I'm not sure what "abort trap" is all about.
I've never seen it, and I run FreeBSD 4.7 on my production boxes.
You might have better luck installing from the FreeBSD Ports Collection.
(portinstall /ports/databases/mysql41-server, etc...)
Other things:
You should be backgrounding the safe_mysqld process, otherwise the
daemon will exit when you hit enter.
(ie. #/usr/local/bin/safe_mysqld & )
Finally, tail your error_log. It probably contains some useful
information about your problem.
If you can't figure it out, post a relevant portion back to the list.
I'm not sure where your install is, but the error log is usually located
in the /data directory, and named something like hostname.err.
-Jeromie
The PHP_mySQL group is dedicated to learn more about the PHP_mySQL web database
possibilities through group learning.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/php_mysql/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/