When does this error occur? On the first step of the calculation (empty table)? Or during one of the next steps?
If it occurs on the first step, please check if the user you use for the database connection has enough rights to truncate a table or delete rows.
Thread Starter
duomo
(@duomo)
Hi
“On the first step of the calculation (empty table)?“
Yes (at least for now)
“please check if the user you use for the database connection has enough rights to truncate a table or delete rows“
ok .. but how to do it?
You can change the privileges using mysql statements directly on the database. More info here.
The user must have at least DELETE rights to empty records from a table. And/or DROP rights for truncating a table.
Or you can use a tool like phpMyAdmin for it (Privileges tab in your WordPress database). More info here.
To be able to change the privileges for a database user you must have GRANT rights. Contact your server admin if you don’t know how to do all this.
Thread Starter
duomo
(@duomo)
Hi
Server admin has informed me that the database already has such privileges..
What else could be the problem?
Thread Starter
duomo
(@duomo)
Hi
The problem was plugin “DB Cache Reloaded”..
Okay, thanks for reporting back the problem. I have no idea why this plugin is not compatible with my plugin.