oembed_cache SPAM problem [closed]

Thank you so much for your reply. It helped me figure out what’s going on. I get a far bit of spam submissions via my contact form, these spam submissions include URLs. Although they are being flagged as spam and filtered out, WordPress still creates an oembed_cache entry in the database for them. I have … Read more

Making someone a WordPress administrator using PhpMyAdmin

You actually want to look in the wp_usermeta table. Once in there, look for the entry that has ‘wp_user_level‘ in it’s ‘meta_key’ column and has the matching ‘user_id’ that you would like to update. Then change that ‘meta_value’ to 9 or 10. It is also required to update the ‘wp_capabilities‘ meta_key value to ‘a:1:{s:13:”administrator”;s:1:”1″;}‘ Link … Read more

Delete a database in phpMyAdmin

After successful login to cPanel, near to the phpMyAdmin icon there is another icon MySQL Databases; click on that. That brings you to the database listing page. In the action column you can find the delete database option click on that to delete your database!

Delete a database in phpMyAdmin

After successful login to cPanel, near to the phpMyAdmin icon there is another icon MySQL Databases; click on that. That brings you to the database listing page. In the action column you can find the delete database option click on that to delete your database!