Mysql server running on Mac OS X the my.cnf file had max_connections = 10000000
client got the error 'max connections reached' restarted server, now it won't start the mysql services
bellow is an error when running mysqld_safe
i set the max_connections = 100, but the server will still not start the SQL services
EWELS:bin administrator$ sudo mysqld_safe
110419 14:04:15 [ERROR] /usr/libexec/mysqld: unknown option '--512'
Starting mysqld daemon with databases from /var/mysql
STOPPING server from pid file /var/mysql/JEWELS.LOCAL.pid
110419 14:04:15 mysqld ended
any help is appreciated thanks