MySQL on Mac OS X Server (10.1)

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
hounkanrinjp
Forum Newbie
Posts: 6
Joined: Mon Aug 19, 2002 8:39 am

MySQL on Mac OS X Server (10.1)

Post 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!
mattd
Forum Newbie
Posts: 6
Joined: Wed Mar 26, 2003 10:10 pm

try this

Post by mattd »

try: su bin/safe_mysqld --user=<your username>
hounkanrinjp
Forum Newbie
Posts: 6
Joined: Mon Aug 19, 2002 8:39 am

I tried, but didn't work

Post 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?
Post Reply