Viewing 4 replies - 1 through 4 (of 4 total)
  • Great question. Ideally you should install and activate the plugin before adding any content – on a site that is using a standard WordPress install with a MySQL database. Without doing so if you switch to an SQLite database your content will remain in your standard MySQL database and therefore not part of your new SQLite database.

    I ran in this issue too and decided to create this little script: luizbills/create-wordpress-sqlite

    My goal was to be able to quickly install a WordPress on Termux (just out of curiosity).

    @luizbills, how would I modify your script so that it works for sites to be accessed not through localhost:8080, but on a regular server?

    It is kind of weird that in order to test a wordpress installation with an sqlite db you first have to have a working installation with mysql db…

    @donatas-g after the setup, you can edit the server.cfg file and change the server port.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin activation before installing WordPress❓’ is closed to new replies.