Zend 服务器与 xampp MySQL
我在 Ubuntu 9.10 上运行 Zend Server、Zend Studio(试用版)。我还使用 xampp 来完成大部分开发。我计划仅使用 Zend Server 进行 URL 分析,以了解代码的功能级性能。是否可以将 Zend Server 配置为使用 XAMPP 的 MySQL 数据库,而不是为 Zend Server 安装新的 mysql 实例?
I am running Zend Server,Zend Studio (Trial versions) on Ubuntu 9.10. I am also using xampp to do most of my development. I plan to use Zend Server only to do URL profiling to know function level performance of my code. Is it possible to configure Zend Server to use XAMPP's MySQL database instead of installing a new mysql instance for Zend Server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无需配置。您不需要使用 Zend Server 安装 MySQL 服务器,只需使用常规凭据即可连接到 Xampp MySQL 实例。
No configuration is needed. You don't need to install the MySQL server with Zend Server and just use your regular credentials to connect to the Xampp MySQL instance.