Reputation: 378
I was looking for a way to configure WordPress to run using only a filesystem database.
Sort of like H2 in Java, or in memory. Anyone?
Just for demonstration purposes
Upvotes: 5
Views: 10496
Reputation: 27607
Not possible, one of the requirements for Wordpress is MySQL: http://wordpress.org/about/requirements/
If you just need a site for demos, you can run a local instance of MySQL pretty easily using XAMPP on Windows (and technically Mac too), but I prefer MAMP for Mac.
Upvotes: 4