WordPress 正在创建一个空数据库,有一个数据库但没有任何值。
我在本地 WAMP Server 2.4(PHP 5.4)Windows 8 Wordpress 3.6上(也尝试过 3.5.1)
WAMP Apache 给出了一些错误,我在这里粘贴了几行:
访问日志:
"GET /test_3/wp-admin/css/colors-fresh.min.css?ver=3.6 HTTP/1.1" 304 -
"GET /phpmyadmin/db_structure.php?db=db_test_3&token=4bb71407ccf91fc27d3c8338186ee369&db=db_test_3&ajax_request=true&ajax_page_request=true&menuHashes=572d5b14-cb7c7ed1-ada592ed-4fce1948&_nocache=1376960501429607598 HTTP/1.1" 200 40875
apache_错误日志
[mpm_winnt:notice] [pid 7864:tid 468] AH00418: Parent: Created child process 6540
[mpm_winnt:notice] [pid 6540:tid 344] AH00354: Child: Starting 150 worker threads.
[mpm_winnt:notice] [pid 7864:tid 468] AH00422: Parent: Received shutdown signal -- Shutting down the server.
过去的历史:我已将端口更改为,:8080
因为 Windows 8 已经在使用端口:80
答案1
我找到了解决方案!——我可能在更改端口时把这搞砸了。
在 httpd.conf 中——我有这个:
Listen 8080
#Listen 0.0.0.0:8080
简单改成这样:
#Listen 8080
Listen 0.0.0.0:8080
数据库正在接收值但 word-press 在登录尝试时开始出现此错误
You do not have sufficient permissions to access this page
所以我只需进入数据库并授予我的用户管理员权限!(从这里我按照“编辑 wp_usermeta 表”标题下的说明进行操作)