pixeltrace Posted July 24, 2007 Share Posted July 24, 2007 hi, i have a project that needs a database but doesnt have MySQL DB any other suggestions as to what i can use to store its data? thanks! Quote Link to comment Share on other sites More sharing options...
vbnullchar Posted July 24, 2007 Share Posted July 24, 2007 you can use a flatfile db Quote Link to comment Share on other sites More sharing options...
btherl Posted July 24, 2007 Share Posted July 24, 2007 If Berkeley DB is available you can use that. You can also store the data in text files if all else fails.. but how you structure those depends very much on what data you need to store, and how you want to access it. Berkeley db info here: http://sg.php.net/manual/en/ref.dba.php Quote Link to comment Share on other sites More sharing options...
jd2007 Posted July 24, 2007 Share Posted July 24, 2007 big sites do require database...i tell u mysql is the best...try this appserv..it will install php, mysql, and apache..no manual configuration...its really easy...or find for a all-in-one installer for php. Quote Link to comment Share on other sites More sharing options...
trq Posted July 24, 2007 Share Posted July 24, 2007 What version of php? php5 comes standard with sqlite, a very efficient very light weight sql database. I have been using sqlite in favour of mysql for a number of years. Quote Link to comment Share on other sites More sharing options...
pixeltrace Posted July 24, 2007 Author Share Posted July 24, 2007 thanks so much for all the responses i'll try these. thanks! Quote Link to comment Share on other sites More sharing options...
LiamProductions Posted July 24, 2007 Share Posted July 24, 2007 You can use flatfiles. Quote Link to comment 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.