SELECT ui.*, uc.*
  FROM phpwebgallery_user_infos AS ui LEFT JOIN phpwebgallery_user_cache AS uc
    ON ui.user_id = uc.user_id
  WHERE ui.user_id = '2'
;
[mysql error 1146] Table 'fox_cy.phpwebgallery_user_cache' doesn't exist