Backend Development

Please help about WP database

Submitted by kadigafur, , Thread ID: 93480

Thread Closed
kadigafur
Lurker
Level:
0
Reputation:
0
Posts:
3
Likes:
0
Credits:
4
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

ed3410
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
15
10-07-2018, 07:01 PM
#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

triplei12
Lurker
Level:
0
Reputation:
0
Posts:
8
Likes:
0
Credits:
9
16-07-2018, 04:02 AM
#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: 2 Guest(s)