我刚刚使用phpmyadmin在本地主机上创建了数据库,我想关联表,当我输入设计器选项时,出现“严重错误”,我不知道会发生什么。
这是我第一次在phpmyadmin中创建数据库,尝试创建另一个数据库,却遇到相同的错误。
我附上错误:
{
"pma_version": "4.8.3",
"browser_name": "IE",
"browser_version": 11,
"user_os": "Win",
"server_software": "Apache/2.4.35 (Win64) PHP/7.2.10",
"user_agent_string": "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko",
"locale": "es",
"configuration_storage": "disabled",
"php_version": "7.2.10",
"exception_type": "js",
"exception": {
"mode": "stack",
"name": "TypeError",
"message": "Unable to get the 'style' property of null or undefined reference",
"stack": [
{
"line": "292",
"func": "",
"column": "",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "Main",
"line": "265",
"column": "5",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "Anonymous function",
"line": "38",
"column": "5",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "new_func",
"line": "248",
"column": "21",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "w.event.dispatch",
"line": "2",
"column": "41706",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "$event.dispatch",
"line": "374",
"column": "2",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "y.handle",
"line": "2",
"column": "39718",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "trigger",
"line": "2",
"column": "69549",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "Anonymous function",
"line": "2",
"column": "70138",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "each",
"line": "2",
"column": "2563",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
},
{
"func": "w.prototype.each",
"line": "2",
"column": "1231",
"uri": "index.php?v=4.8.3",
"scriptname": "index.php"
}
],
"incomplete": "false",
"partial": "true",
"uri": "index.php?"
},
"script_name": "index.php",
"microhistory": null
}
答案 0 :(得分:0)
寻找错误的几个小时后,我发现了该错误,但尚未配置phpmyadmin的设计视图,这篇文章对我有帮助How do I enable phpMyAdmin's Designer view?