Failed to prepare query!
Error: MySQL server has gone away
Query:
SELECT u.user_id, u.group_id, u.type_id, u.username, u.orientation, u.email, u.avatar, u.gender,
u.relation, u.interested, u.birth_time, u.country_id, u.city, u.zip, u.subscribers, u.name,
u.join_time, u.login_time, u.has_videos, u.has_albums, u.popularity,
upo.*, us.*, upf.*, un.*
FROM user AS u
LEFT JOIN user_profile AS upo ON (upo.user_id = u.user_id)
LEFT JOIN user_stats AS us ON (us.user_id = u.user_id)
LEFT JOIN user_preferences AS upf ON (upf.user_id = u.user_id)
LEFT JOIN user_notifications AS un ON (un.user_id = u.user_id)
WHERE u.username = 'darren'
AND u.status = 1