安装MySQL5.0成功,启动出现问题,请达人指教(已解决)
Jack:~ root# /usr/local/mysql/bin/mysqld
060131 21:09:03 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql-max-5.0.18-osx10.4-powerpc/data/ is case insensitive
060131 21:09:03 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
060131 21:09:03 [ERROR] Aborting
060131 21:09:03 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete
[ 本帖最后由 mig-ling 于 2006-2-1 21:19 编辑 ]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Jack:~ root# /usr/local/mysql/bin/mysql
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 2 to server version: 5.0.18-max
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql>
问题解决了,谢谢楼上。
Jack:/usr/local/mysql/bin root# ./safe_mysqld
Starting mysqld daemon with databases from /usr/local/mysql/data
Jack:~ root# netstat -na|grep 3306
tcp4 0 0 *.3306 *.* LISTEN
Jack:~ root# /usr/local/bin/nmap 127.0.0.1 -p 3306
Starting Nmap 3.9999 ( http://www.insecure.org/nmap/ ) at 2006-02-01 21:07 GMT-8
Interesting ports on localhost (127.0.0.1):
PORT STATE SERVICE
3306/tcp open mysql
Nmap finished: 1 IP address (1 host up) scanned in 0.035 seconds
[ 本帖最后由 mig-ling 于 2006-2-1 21:17 编辑 ]
try to use mysqld_safe