无法在phpMyAdmin中查看数据库表

时间:2014-05-17 15:51:55

标签: php mysql phpmyadmin wamp

有人发布了相同的问题here,但没有解决方案。

首先,我创建了一个名为" authentication"的数据库,然后我尝试添加一个名为" users"的表。进去。 "用户"中约有9列。     这是我单击&#34后保存表格的结果phpMyAdmin返回的结果" : enter image description here

当我点击"结构"选项卡,它返回:

enter image description here

报告本身:

{
"exception": {
    "mode": "onerror",
    "message": "Uncaught TypeError: Cannot read property 'success' of null",
    "stack": [
        {
            "line": 237,
            "func": "responseHandler",
            "context": [
                "     * @param object e Event data",
                "     *",
                "     * @return void",
                "     */",
                "    responseHandler: function (data) {",
                "        if (data.success) {",
                "            $table_clone = false;",
                "            PMA_ajaxRemoveMessage(AJAX.$msgbox);",
                "",
                "            if (data._redirect) {",
                "                PMA_ajaxShowMessage(data._redirect, false);"
            ],
            "filename": "ajax.js"
        }
    ],
    "useragent": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36",
    "uri": "sql.php?target="
},
"script_name": "sql.php",
"pma_version": "4.1.14",
"browser_name": "CHROME",
"browser_version": "34.0.1847.137",
"user_os": "Win",
"server_software": "Apache/2.4.9 (Win32) PHP/5.5.12",
"user_agent_string": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36",
"locale": "zh_TW",
"configuration_storage": "disabled",
"php_version": "5.5.12",
"microhistory": {
    "pages": [
        {
            "hash": "sql.php?db=authentication&table=users&server=1&target=&token=ee222111c1b2c1e1b27850fed7dba5cb"
        }
    ],
    "current_index": "1"
}

}

这里的一些属性:
操作系统:Windows 8
CMS:Wamp 2.5

Apache:2.4.9
MySQL:5.6.17
PHP:5.5.12
PHPMyAdmin:4.1.1

1 个答案:

答案 0 :(得分:1)

我遇到了与XAMPP 1.8.3版本相同的问题。

在我尝试了另一个版本:XAMPP 1.8.2之后,这个问题就解决了。

因此,我建议您尝试使用XAMPP 1.8.2版本,看看问题是否已解决。

谢谢, 杰夫