sqlite user/password security

后端 未结 4 1953
鱼传尺愫
鱼传尺愫 2020-12-09 16:42

I\'m developing an easy website and I\'m trying a sqlite database. In contrast to MySQL, when you connect to a db you don\'t say and user/password, and with MySQL you do.

4条回答
  •  执念已碎
    2020-12-09 17:22

    The prior answers are only partially true. You can have databases that require authentication but you'll have to compile SQLite separately from PHP.

    http://www.sqlite.org/src/doc/trunk/ext/userauth/user-auth.txt

提交回复
热议问题