SQL error

Status
Not open for further replies.

kuldudehacks46

New Member
Messages
3
Reaction score
0
Points
0
Sorry but I don't know whether it is a correct section to ask my question or not but since I am using free hosting so I am discussing my problem here

I got this error when I was installing thanks in my PHPBB forum
Code:
General Error
SQL ERROR [ mysqli ]

Lost connection to MySQL server during query [2013]

SQL

UPDATE phpbb_config SET config_value = '39e331ddca3de545420e7abb8b31f833' WHERE config_name = 'rand_seed'

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/functions.php
LINE: 149
CALL: dbal_mysqli->sql_query()

FILE: includes/functions.php
LINE: 225
CALL: set_config()

FILE: includes/functions.php
LINE: 204
CALL: unique_id()

FILE: includes/functions.php
LINE: 2728
CALL: gen_rand_string()

FILE: umil/umil_frontend.php
LINE: 157
CALL: confirm_box()

FILE: umil/umil_auto.php
LINE: 153
CALL: umil_frontend->confirm_box()

FILE: install_thanks_mod.php
LINE: 256
CALL: include('umil/umil_auto.php')

can anyone help me solving this problem as now I can not run my forum as it gives some sql error

Please help
 

Smith6612

I ate all of the x10Pizza
Community Support
Messages
6,517
Reaction score
48
Points
48
I see you've gotten the forum at least working. This happens when the MySQL Server is busy; basically drops the connection/query being made to it until the load settles.
 

kuldudehacks46

New Member
Messages
3
Reaction score
0
Points
0
I see you've gotten the forum at least working. This happens when the MySQL Server is busy; basically drops the connection/query being made to it until the load settles.

I see...

thanks for the reply

I thought there was some problem with my forum or its installation as I faced this many times during installation and modification but now it running.

Thanks to everyone from x10hosting.com
 
Status
Not open for further replies.
Top