>백엔드 개발 >PHP 튜토리얼 >WordPress第一次搭建时出现问题

WordPress第一次搭建时出现问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB원래의
2016-06-06 20:23:181288검색

告诉我要优化数据库, 然后他就告诉我没有表格不存在。
下面是提示信息:

ywp_users: Table 'bolg.ywp_users' doesn't exist
ywp_usermeta: Table 'bolg.ywp_usermeta' doesn't exist
ywp_posts: Table 'bolg.ywp_posts' doesn't exist
ywp_comments: Table 'bolg.ywp_comments' doesn't exist
ywp_links: Table 'bolg.ywp_links' doesn't exist
ywp_options: Table 'bolg.ywp_options' doesn't exist
ywp_postmeta: Table 'bolg.ywp_postmeta' doesn't exist
ywp_terms: Table 'bolg.ywp_terms' doesn't exist
ywp_term_taxonomy: Table 'bolg.ywp_term_taxonomy' doesn't exist
ywp_term_relationships: Table 'bolg.ywp_term_relationships' doesn't exist
ywp_commentmeta: Table 'bolg.ywp_commentmeta' doesn't exist

回复内容:

告诉我要优化数据库, 然后他就告诉我没有表格不存在。
下面是提示信息:

ywp_users: Table 'bolg.ywp_users' doesn't exist
ywp_usermeta: Table 'bolg.ywp_usermeta' doesn't exist
ywp_posts: Table 'bolg.ywp_posts' doesn't exist
ywp_comments: Table 'bolg.ywp_comments' doesn't exist
ywp_links: Table 'bolg.ywp_links' doesn't exist
ywp_options: Table 'bolg.ywp_options' doesn't exist
ywp_postmeta: Table 'bolg.ywp_postmeta' doesn't exist
ywp_terms: Table 'bolg.ywp_terms' doesn't exist
ywp_term_taxonomy: Table 'bolg.ywp_term_taxonomy' doesn't exist
ywp_term_relationships: Table 'bolg.ywp_term_relationships' doesn't exist
ywp_commentmeta: Table 'bolg.ywp_commentmeta' doesn't exist

数据表不存在可能是你的SQL语句没写对,就比如你上面的blog写成了bolg可能受到影响。我很好奇你是如何第一次搭建wordpress的,可能你的安装过程还有点问题,一般自动安装很少出现这种问题,欢迎继续提问。(我帮你改正了题目中的错别字,以后要注意检查,保证严谨性)

blog 和 bolg??看看哪里拼错了

这是数据库中的表不存在,检查一下数据库。

应该是数据库的名称错了,是blog吧

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.