=xtone]bro i've checked with the host they said my max allowed packet is 126 MB thats more then needed so what should i do now i cant post on my own site
you can also try to configure the connection timeout and the wait timeout...

its in the same file /etc/my.cnf

you have to either add the line or edit the line in the file..

connect_timeout=120
wait_timeout = 1800

If you do not have a my.cnf file, just create a new one.

Or, type the following line using the command-line:

mysql> show global variables like '%timeout%';

...which will give you a result like this:


+--------------------------+-------+
| Variable_name | Value |
+--------------------------+-------+
| connect_timeout | 5 |
| delayed_insert_timeout | 300 |
| innodb_lock_wait_timeout | 50 |
| interactive_timeout | 28800 |
| net_read_timeout | 30 |
| net_write_timeout | 60 |
| slave_net_timeout | 3600 |
| table_lock_wait_timeout | 50 |
| wait_timeout | 28800 |
+--------------------------+-------+
9 rows in set (0.00 sec)

if you cant configure this file talk to your host and run some tests to find the problem..
cotufa-ssdd Reviewed by cotufa-ssdd on . Facing a problem on DLE 9.3 hi guys em facing a problem on my dle 9.3 site when any new guest try to register him self he get this error: MySQL Error! ------------------------ The Error returned was: Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp' Error Number: 1267 Rating: 5