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
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
You must be logged in to post a comment.
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.