MySQL Timing Out?

Status
Not open for further replies.

thegondie75

New Member
Messages
2
Reaction score
0
Points
0
I have been attempting to install a forum for quite a while now. I have attempted phpBB and SMF from Fantastico, the other automated scripter, and manual installation. None of which seem to be working properly. Most of the time you Are able to view the main portal of the forums, but I am unable to access most of the administrative areas(Importantly, the default page of the phpBB administrative zone).

Half of the time phpBB simply says Connection Timed Out; the other half I get the following error message:

and Yes, I do have the correct address, port, name, username, and password in the config.

General Error

SQL ERROR [ mysql4 ]

Lost connection to MySQL server during query [2013]

SQL

SELECT COUNT(attach_id) AS total_orphan FROM phpbbF_attachments WHERE is_orphan = 1 AND filetime < 1292984983

BACKTRACE

FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: includes/acp/acp_main.php
LINE: 490
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_main->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
If anyone has an idea or suggestion for me I am all ears. I have searched and searched to no avail.
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
It looks like phpbb is using a mysql4 connector. I would recommend seeing if you can use mysql5 or mysqli
 
Status
Not open for further replies.
Top