Error : The following exception has occurred: API failure: DBD::mysql::db selectall_arrayref failed: Table is marked as crashed and should be repaired.

Sometimes website start displaying error as follows: [wpfmb type=’error’ theme=2]jtablesession::Store Failed DB function failed with error number 145 Table ‘./stuffabo_jo151/jos_session’ is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( ‘55194ad14a496478f5b74592387b2680′,’1278058254′,”,’0′,’1′,’0′ )[/wpfmb] If you receive such error just try to repair the database related to the site. […]

Continue Reading…

ERROR 1153 (08S01) at line 1868: Got a packet bigger than ‘max_allowed_packet’ bytes

While importing some data into a local MySQL database we got an error: [wpfmb type=’error’ theme=2]mysql evince142_tiwi1 < backup.sql ERROR 1153 (08S01) at line 1868: Got a packet bigger than ‘max_allowed_packet’ bytes[/wpfmb] This error is basically occurs when a MySQL client or the server receives a packet bigger than max_allowed_packet bytes, it issues a Packet too […]

Continue Reading…