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.
(我不确定这是不是正确的论坛,但如果不是,请原谅我,并请指点我到正确的论坛)
如果我正在编写一个使用 MySQL 作为数据库的应用程序。是否可以打包应用程序,以便在没有 MySQL 的机器上安装它时,应用程序仍然运行?
谢谢,
仅当您设置远程 mySQL 服务器时。他们需要 mySQL。由于 mySQL 是免费的,您可以让他们安装它。
我会考虑改用 SQlite。因为它只是文本文件,并且更容易集成到应用程序中。
http://www.sqlite.org/