gwyneth Posted July 28, 2006 Share Posted July 28, 2006 Im developing a web-application with PHP for some students at my university. The univ. server has Linux-Apache-PHP(ver 4.3.2). The application will be run from the 'public_html' directories of the students. I do not have root access, just regular user access.The application needs a database. A small personal database and NOT a database management system. MySQL would be an overkill. Im looking for a simple file based database. The information would be too much to create my own flat file. Considering the limited access to configuration files and the version of PHP, what small database can I use? Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/ Share on other sites More sharing options...
redarrow Posted July 28, 2006 Share Posted July 28, 2006 if you have not got root access then how the hell do you do this i am shocked ?why? Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/#findComment-65024 Share on other sites More sharing options...
Ifa Posted July 28, 2006 Share Posted July 28, 2006 [quote author=redarrow link=topic=102134.msg404983#msg404983 date=1154069605]if you have not got root access then how the hell do you do this i am shocked ?why?[/quote]That's kinda what he's asking ;) Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/#findComment-65031 Share on other sites More sharing options...
redarrow Posted July 28, 2006 Share Posted July 28, 2006 i dont think it is possable to get a flat file database small as php flat file database sorry.your have to get the admin at uni to install mysql as it's free other wise i dont know any other idear.ms access but not sure is that on the pc your going to use at least. Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/#findComment-65033 Share on other sites More sharing options...
trq Posted July 28, 2006 Share Posted July 28, 2006 [url=http://php.net/sqlite]Sqlite[/url] is a brilliant solution, built into php5. In many cases it is faster than MySql aswell. Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/#findComment-65035 Share on other sites More sharing options...
Ifa Posted July 28, 2006 Share Posted July 28, 2006 He has 4.3.2 :( Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/#findComment-65037 Share on other sites More sharing options...
redarrow Posted July 28, 2006 Share Posted July 28, 2006 read up on it try no harm good luckhttp://www.sqlite.org/ Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/#findComment-65038 Share on other sites More sharing options...
trq Posted July 28, 2006 Share Posted July 28, 2006 [quote]He has 4.3.2[/quote]Its still an available extension, I was simply stating that sqlite is bundled with php5 by default. Quote Link to comment https://forums.phpfreaks.com/topic/15862-which-smallpersonal-database/#findComment-65048 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.