phpMyAdmin - Error: relational features are disabled(phpMyAdmin - 错误:关系功能被禁用)
问题描述
当我想使用 phpMyAdmin 4.3.8 在设计器模式下创建两个表之间的关系时,它给我一个错误消息:错误:关系功能被禁用!当我用 4.1.4 尝试它时,它工作得很好.我似乎找不到应该在哪里更改设置才能在设计器模式下创建关系.任何的想法?提前致谢!
When I want to create a relation between two tables in designer mode with phpMyAdmin 4.3.8, it gives me an error saying: Error: relational features are disabled! When I try it with 4.1.4, it works just fine. I can't seem to find where I should change the settings to be able to create relations in designer mode. Any idea? Thanks in advance!
推荐答案
使用
ALTER TABLE table_name ENGINE=InnoDB;
这篇关于phpMyAdmin - 错误:关系功能被禁用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:phpMyAdmin - 错误:关系功能被禁用
基础教程推荐
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01