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.
我的服务器上安装了MyBB,显然模板集是通过 MySQL 数据库存储的,而不是下载到远程服务器。我想在 Dreamweaver 中设置一个路径,这样我就可以直接编辑模板集,而无需进入 MyBB 中的 acp。否则,除非我在我的机器上设置一个数据库,否则真的没有办法在本地进行测试,并且拥有两个具有相同条目的数据库是没有意义的。有没有人设法通过 Dreamweaver 设置一个链接到 MySQL 数据库的 ftp 路径,或者这不可能?提前致谢。
有没有人设法通过 Dreamweaver 设置一个链接到 MySQL 数据库的 ftp 路径,或者这不可能?
不可能。Dreamweaver 将允许您创建与 MySQL 数据库的连接以对其进行查询,但您不能从 Dreamweaver 的界面中影响数据库结构。