gpt4 book ai didi

php - 在 MAMP 上运行 mysql 的问题

转载 作者:行者123 更新时间:2023-11-29 00:42:53 24 4
gpt4 key购买 nike

我试图让 MAMP 上的 MySQL 服务器运行,但无济于事。

它工作正常,但当我开始使用 Ruby on Rails 时,我停止使用 MAMP。现在我想处理一些位于我的 MAMP 安装中的旧 PHP 项目,但我无法启动它们。最令人沮丧。

我怀疑它与 RoR 安装的 MySQL gem 有关,但我不确定如何检查或如何解决冲突。

我的问题本质上是“如何启动我的 mySql 服务器?”

操作系统:10.7.4MAMP V:1.8.4

我查看了日志:

tail mysql_error_log.err -n 100 的输出:

==> mysql_error_log.err <==
120715 12:11:41 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
120715 12:11:41 [ERROR] Do you already have another mysqld server running on port: 3306 ?
120715 12:11:41 [ERROR] Aborting

120715 12:11:41 InnoDB: Starting shutdown...
120715 12:11:42 InnoDB: Shutdown completed; log sequence number 0 44233
120715 12:11:42 [Warning] Forcing shutdown of 2 plugins
120715 12:11:42 [Note] /Applications/MAMP/Library/libexec/mysqld: Shutdown complete

120715 12:11:42 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended

更新

我已尝试按照建议编辑正在运行的实例的 my.cnf。我通过运行 locate my.cnf 来查找文件。

返回了两个结果,一个在 MAMP PRO(我没有使用)中,另一个(基于 Macports)。我选择编辑lines 15 and 34 of the Macports file. .然后我重新启动了机器。

看来我遇到了同样的错误:

==> mysql_error_log.err <==
120715 13:37:26 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
120715 13:37:26 [ERROR] Do you already have another mysqld server running on port: 3306 ?
120715 13:37:26 [ERROR] Aborting

120715 13:37:26 InnoDB: Starting shutdown...
120715 13:37:27 InnoDB: Shutdown completed; log sequence number 0 44233
120715 13:37:27 [Warning] Forcing shutdown of 2 plugins
120715 13:37:27 [Note] /Applications/MAMP/Library/libexec/mysqld: Shutdown complete

120715 13:37:27 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended

最佳答案

120715 12:11:41 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use

120715 12:11:41 [ERROR] Do you already have another mysqld server running on port: 3306 ?

您已经有 MySQL 或其他一些程序使用端口 3306。您可以终止现有程序或使用不同的端口。

可以在MySQL配置文件my.cnf中更改端口。

关于php - 在 MAMP 上运行 mysql 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11491419/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com