MDB2 Error: unknown error, _doQuery: [Error message: Could not execute statement]
[Last executed query: select comments.body, journals.title, journals.field_key, comments.journal_id, user.username, comments.doe
	from journals, user, comments
	where 1
	and comments.user_id = user.id_no
	and comments.journal_id = journals.id_no
	and user.user_level > 0
	and journals.doe <= '2024-04-25 03:45:33'
 	and journals.status = 1
	and comments.status_id = 1
	
 	order by comments.doe desc  limit 49220,20]
[Native code: 2006]
[Native message: MySQL server has gone away]