安装 错误帮助
安装中文版本时候,在第二步,
第二步
现在我们将创建数据表,并插入一些默认数据。
WordPress 数据库错误: [Incorrect string value: '\xE7\xBD\x91\xE7\xAB\x99...' for column 'option_description' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('siteurl', 'http://localhost/blog/wordpress', 'WordPress 网站地址', 'yes')
WordPress 数据库错误: [Incorrect string value: '\xE6\x88\x91\xE7\x9A\x84...' for column 'option_value' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('blogname', '我的 Blog', 'Blog 标题:', 'yes')
WordPress 数据库错误: [Incorrect string value: '\xE5\x8F\x88\xE4\xB8\x80...' for column 'option_value' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('blogdescription', '又一个 WordPress Blog', '副标题', 'yes')
WordPress 数据库错误: [Incorrect string value: '\xE5\xB9\xB4m\xE6\x9C...' for column 'option_value' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('date_format', 'Y年m月d日', '', 'yes')
WordPress 数据库错误: [Incorrect string value: '\xE5\xB9\xB4m\xE6\x9C...' for column 'option_value' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('links_updated_date_format', 'Y年m月d日 g:i a', '', 'yes')
WordPress 数据库错误: [Incorrect string value: '\xE6\x8A\x8A\xE9\x80\x9A...' for column 'option_description' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('default_email_category', '1', '把通过 Email 发表的文章归入该分类', 'yes')
WordPress 数据库错误: [Incorrect string value: '\xE7\xAE\xA1\xE7\x90\x86...' for column 'option_value' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('wp_user_roles', 'a:1:{s:13:\"administrator\";a:2:{s:4:\"name\";s:9:\"管理员\";s:12:\"capabilities\";s:0:\"\";}}', '', 'yes')
WordPress 数据库错误: [Incorrect string value: '\xE6\x9C\xAA\xE5\x88\x86...' for column 'cat_name' at row 1]
INSERT INTO wp_categories (cat_ID, cat_name, category_nicename, category_count, category_description) VALUES ('0', '未分类', '%e6%9c%aa%e5%88%86%e7%b1%bb', '1', '')
WordPress 数据库错误: [Incorrect string value: '\xE6\xAC\xA2\xE8\xBF\x8E...' for column 'post_content' at row 1]
INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_content, post_excerpt, post_title, post_category, post_name, post_modified, post_modified_gmt, comment_count, to_ping, pinged, post_content_filtered) VALUES (1, '2007-04-19 01:25:14', '2007-04-19 01:25:14', '欢迎来到 WordPress。这是您的第一篇文章。您可以修改或删除它,然后开始撰写您自己的 Blog!', '', 'Hello world!', '0', 'hello-world', '2007-04-19 01:25:14', '2007-04-19 01:25:14', '1', '', '', '')
WordPress 数据库错误: [Duplicate entry '1' for key 1]
INSERT INTO wp_post2cat (`rel_id`, `post_id`, `category_id`) VALUES (1, 1, 1)
WordPress 数据库错误: [Incorrect string value: '\xE5\x85\x88\xE7\x94\x9F' for column 'comment_author' at row 1]
INSERT INTO wp_comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_date_gmt, comment_content) VALUES ('1', 'WordPress 先生', '', 'http://wordpress.org/', '2007-04-19 01:25:14', '2007-04-19 01:25:14', '你好,这是一条评论。<br />要删除一条评论,只要登录系统,然后查看这篇文章的评论,在那里您可以看到编辑或者删除评论的选项。')
WordPress 数据库错误: [Incorrect string value: '\xBF\x99\xE6\x98\xAF\xE4...' for column 'post_content' at row 1]
INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_content, post_excerpt, post_title, post_category, post_name, post_modified, post_modified_gmt, post_status, post_type, to_ping, pinged, post_content_filtered) VALUES (1, '2007-04-19 01:25:14', '2007-04-19 01:25:14', '这是一个 WordPress 页面范例,您可以编辑本页面并增加您或者网站的信息,这样访问者便可知道您来自何方。您可以创建类似本页面的任意多的页面或者子页面,并通过 WordPress 来管理。', '', '关于', '0', '%E5%85%B3%E4%BA%8E', '2007-04-19 01:25:14', '2007-04-19 01:25:14', 'publish', 'page', '', '', '')
完成!