SELECT
      article_id,
      title_en,
      title_jp,
      category.title,
      category.category_id,
      file.filename
    FROM
      article,
      category
      LEFT JOIN file ON thumb_file_id=file_id
    WHERE
      article.category_id=category.category_id
    ORDER BY
      category.ordering,
      article.created DESC
    

Access denied for user 'colorsne_cnews'@'localhost' (using password: YES) (1045)