尝试使用 PHP 处理 SQLite 时,WAMP 中 SQLite 数据库文件的位置?
我正在尝试使用 PHP 在 SQLite 中创建数据库。 我已经安装了 WAMP,它有 PHP 5.3 并且支持 SQLite。 我能够使用 SQLite 的 PHP 函数创建数据库和表。 但我想知道,WAMP 中 SQLite 的数据库文件(.db / .sql)的位置是什么。
提前致谢
I'm trying to create a database in SQLite using PHP.
I've WAMP Installed and it has PHP 5.3 and it supports SQLite.
I'm able to create databases and tables using PHP functions for SQLite.
But i want to know , what is the the location of database file(.db / .sql) for SQLite in WAMP.
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows 下这些文件没有特定的归属位置;文档根的同级通常就足够了。
There isn't a specific place under Windows where these files belong; a sibling of the document root usually suffices.