• Hi,

    I’m just wondering why WP doesn’t have its own database?
    Having its own database wouldn’t facilitate the backup process and make it easier to manage?
    Is there a reason behind not making WP as a standalone software?

Viewing 1 replies (of 1 total)
  • “Have its own database” as in “the WordPress developers should create a database server from scratch”? I don’t think you realize what you are asking. Not many pieces of software provide their own databases in that way. It is an enormous project. Even things you probably consider ‘stand alone’ like FireFox don’t have their own database. FireFox used to, and I think still does, use a database called SQLite. It is just more or less invisible to you, the user.

    Is there a reason behind not making WP as a standalone software?

    WordPress is a web application written in PHP. That makes it dependent upon 1) the web server, and the 2) PHP interpretter, as well as 3) the MySQL database. Again, I don’t think you know what you are asking.

Viewing 1 replies (of 1 total)

The topic ‘Why WordPress doesn't its own database?’ is closed to new replies.