Running wordpress without a database

I was looking for a way to configure wordpress to work using only the file system database.

Regarding H2 in Java or in memory. Is anyone

Just to demonstrate

+4
source share
1 answer

Impossibly, one of the requirements for Wordpress is MySQL: http://wordpress.org/about/requirements/

If you just need a demo site, you can easily run a local MySQL instance using XAMPP on Windows (and technically Mac too), but I prefer MAMP for Mac.

+3
source

Source: https://habr.com/ru/post/1444177/


All Articles