开发者

Ways to store php into a data source (not mysql)

I was wondering if there is any kind of alternative to MySQL DB's.

It would be great if I could use MySQL db's but i don't want to ask the user to create a db as they'd find it to complicated and give up (non-web savvy target market). I cant store the data on one of mine remotely as there is just too much data and that's asking for trouble.

Also, the target market for my product are people that use one host. This host they use does not allow users开发者_如何转开发 to create MySQL db's. So I'm looking for an alternative where I can store personal data for the users to read and write. Maybe something that PHP can read and write to?

Any suggestions?

Is it possible to have a normal DB (Microsoft access DB file) on the server and PHP read/write to that?


What about SQLite?

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world.


sqlite is your choice:

In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it.

http://php.net/manual/en/book.sqlite.php

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜