database getting huge - adodb_logsql
Permalink
I have seen this table in the database
adodb_logsql 1.5 GB -
is the size normal ? seems a bit big to me
any ideas?
thanks
adodb_logsql 1.5 GB -
is the size normal ? seems a bit big to me
any ideas?
thanks
i started deleting them from
dashboard/reports/database
then discovered there were over 7 million rows !
DELETE FROM adodb_logsql;
dashboard/reports/database
then discovered there were over 7 million rows !
DELETE FROM adodb_logsql;
we need to kill this.
simple mistake forgeting to turn it off when the site went live.
Ti Ryan,
2 years later...
Is it possible this problem still appear?
How can I do changes if I can't access my dashboard due to Internal Server Error?
Help please
2 years later...
Is it possible this problem still appear?
How can I do changes if I can't access my dashboard due to Internal Server Error?
Help please
Dashboard -> Sitewide Settings -> Debug
Then
DELETE FROM adodb_logsql;
We'll be hiding this feature in the next release. It's not very helpful & has caused many a large database....
Ryan