Tag: database

Access Another Database in WordPress

When accessing the database in WordPress, you need to use the global variable $wpdb. This will take the constants you set in wp-config.php to connect to your database and retrieve…

MySQL

Optimizing your MySQL Database

I run my Web sites on a dedicated virtual server and every once in a while, I need to go in and optimize things to make sure everything runs smoothly.…

10 WordPress Plugins You Should Use

WordPress.org currently hosts 6,265 plugins, which makes it kind of hard to figure out which ones are worth using. I have been using WordPress with a long time now and…

Backup, Backup, Backup!

Over the past couple of weeks I have helped out many people who have been hacked. There are many ways in which you can protect your site, but the most…