Backend Development

Please help about WP database

Submitted by kadigafur, , Thread ID: 93480

Thread Closed
26-06-2018, 12:14 AM
This post was last modified: 26-06-2018, 12:14 AM by kadigafur
#1
My site always have an error logs like this. anybody help me?

Code:
WordPress database error Deadlock found when trying to get lock; try restarting transaction for query DELETE FROM `wp_options` WHERE `option_name`

RE: Please help about WP database

#2
You are trying to delete protected data from wp_options, thus the transaction fail. The data is protected by a SQL lock.

RE: Please help about WP database

#3
Try checking your WP Memory:

Open wp-config.php file set your memory limit to 512M:

define('WP_MEMORY_LIMIT', '512M');

Users browsing this thread: 1 Guest(s)