我正在尝试连接到sqlite 3 .db。
$db = new SQLite3('path/to/db.db');
这给了我Fatal error: Uncaught exception 'Exception' with message 'Unable to open database: unable to open database file
。它与php.ini有关吗?我读到我需要更改权限或其他内容,但没有设法做到这一点。我也在用Wordpress开发一个网站。也许我需要安装sqlite或者什么,但是如何?感谢。
答案 0 :(得分:1)
Wordpress仅支持MySQL 有一个扩展,据称支持Sqlite,但我个人没有使用它,我也不会 - https://wordpress.org/plugins/sqlite-integration/
有时候,仅仅因为你可以,并不意味着你应该这样做。