8 useful WordPress database tips

by blueven on 2008-12-19 17:05:34

In the past 10 years, MySQL database has been widely popular with the Internet public. Now, all WordPress blogs (including logs, Settings, comments, etc.) are supported by the MySQL database.

While plugins and code changes can help us solve some problems, sometimes we have to use SQL commands in phpMyAdmin or access the database directly through SSH. This article will introduce you to 8 SQL changes that are useful for WordPress. Each of these revision sections presents a problem with a solution and comments.