Page 1 of 1

MySQL on Mac OS X Server (10.1)

Posted: Thu Mar 27, 2003 1:27 pm
by hounkanrinjp
Can anyone explain this to me? I just can't understand what kind of error this is. I'd be glad to have some help as fast as possible:

[server:/usr/local/mysql] admin% sudo
./bin/safe_mysqld
Password:
Starting mysqld daemon with databases from
/usr/local/mysql/data
030327 18:12:58 mysqld ended

[server:/usr/local/mysql] admin% sudo ./bin/mysqld
dyld: ./bin/mysqld Undefined symbols:
./bin/mysqld undefined reference to _localtime_r
expected to be defined in /usr/lib/libSystem.B.dylib
[server:/usr/local/mysql] admin%


Thanks guys!

try this

Posted: Thu Mar 27, 2003 11:27 pm
by mattd
try: su bin/safe_mysqld --user=<your username>

I tried, but didn't work

Posted: Fri Mar 28, 2003 6:16 am
by hounkanrinjp
Hey, thanks for the answer, but I tried and got no results, the server still wouldn't start up. Does anyone have an idea why?