安装MySQL5.0成功,启动出现问题,请达人指教(已解决)

发布于 2022-07-15 10:38:29 字数 550 浏览 20 评论 3

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

土豪我们做朋友吧 2022-07-16 14:39:32

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>

姜生凉生 2022-07-16 13:28:07

问题解决了,谢谢楼上。

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 编辑 ]

夜夜流光相皎洁 2022-07-15 13:37:44

try to use mysqld_safe

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文