分享到:更多 ------解决方案-------------------- 先确定你的集成环境中的 mysql 是以什么方式启动的
如果是以服务方式的,且不会被集成环境管理器主动关闭,那么集成环境中的 mysql 就是可以共用的
否在应重新安装一个 mysql 实例。
mysql 的默认端口是 3306,默认服务名是 mysql
新安装的 mysql 实例不能使用相同的端口和服务名,只需注意这点就可以了
JavaEE开发 web 应用时需要 tomcat 做 web 服务器,也需注意不要与 apache 的端口冲突
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn