Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Zend Server 版的试用版。从所有视频/文档中,您可以将数据库版本从 SQLITE 更改为 MySQL,但是在 Zend Server 上部署应用程序时,我得到的只是设置主机、数据库名称、用户名和密码?
只需在您的系统上安装 mysql 并使用它。ZendServer 不关心您使用什么数据库引擎。在安装 Zend Server 时,它应该询问您是否要安装 mysql(可能您必须选择手动安装或自定义或额外的东西),您可能会错过该选项,因此重新安装可能是更简单的解决方案。
但实际上,您应该能够安装 mysql 并开始使用它。