Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running WordPress with no database

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

like image 953
user284503 Avatar asked Oct 06 '22 02:10

user284503


1 Answers

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.

like image 118
doublesharp Avatar answered Oct 10 '22 03:10

doublesharp