今天在点点游下载2.1.3中文版来玩玩,谁知道安装到第二步的时候发生了:
请教各位大侠,如何搞定这个错误?
引用:
第二步
现在我们将创建数据表,并插入一些默认数据。
WordPress 数据库错误: [Data too long for column 'option_description' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('siteurl', 'http://localhost/blog', 'WordPress 网站地址', 'yes')
WordPress 数据库错误: [Data too long for column 'option_value' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('blogname', '我的 Blog', 'Blog 标题:', 'yes')
WordPress 数据库错误: [Data too long for column 'option_value' at row 1]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES ('blogdescription', '又一个 WordPress Blog', '副标题', 'yes')
WordPress 数据库错误: [Data too long 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 数据库错误: [Data too long 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 数据库错误: [Data too long 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')
。。。。。。。。。。。。。。。。。。(省略)
登录网址
wp-login.php
想进入下一步吗? 不好意思,没下一步了! 
|