If you're serious about optimising a WordPress website for speed, then you need to setup your website to serve the static content, such as images and css files, from a…
If you've got a large SQL export file that you need to import into another mySQL database using phpMyAdmin you may hit the upload limit. Many hosts will hard set…
The following database privileges are the least required to allow WordPress to operate completely and reliably. These permissions can be used to run a standard WordPress installation as well as…
Problem When using a WordPress plugin you receive an error message which reads: The plugin generated 4191 characters of unexpected output during activation. If you notice “headers already sent” messages,…
Problem When using a WordPress plugin you receive an error message which reads: The plugin generated 4191 characters of unexpected output during activation. If you notice “headers already sent” messages,…
The steps below show how to do a find and replace on the WordPress posts table using phpMyAdmin. REMEMBER: backup your database before making any changes. You can do this…
I recently needed to re-do my image thumbnails inside all WordPress posts. I decided to use phpMyAdmin to run a SQL query to list all posts with thumbnails, then individually…
Usually to reset the password of any WordPress account you would use the link “Lost your password?” in the login screen. However, sometimes this isn't an option - perhaps the…
The following steps show how to create an SQL "create table" script - based on an existing table - using phpMyAdmin. This can be helpful if you have a table…