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.
我正在考虑开发一个应用程序来存储电影数据库,允许用户存储有关它拥有哪些电影、想看哪些电影等的信息。我正在考虑使用 Qt 框架开发这个应用程序并使用 MySQL 来数据库部分。
但是,我有几个问题。在其他机器上部署我的应用程序时,我不需要在那里安装 MySQL 吗?还是 .dll 就足够了?我可以在没有安装 MySQL 的机器上连接到不存在的数据库吗?