WordPress database schema – what tables does WordPress use?
A fresh installation of WordPress creates a number of tables in a MySQL database. The specific table names may vary slightly depending on the prefix used during the installation process, but the default prefix is “wp_”. So take a look on WordPress database schema – what tables does WordPress use? WordPress database schema – what tables does WordPress use? Here are the default tables created in a new WordPress installation: wp_commentmeta wp_comments wp_links wp_options wp_postmeta wp_posts wp_terms wp_term_relationships wp_term_taxonomy wp_usermeta wp_users Now let’s take a closer look at what these 11 tables in MySQL are … Read more