Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysql显示错误
OperationalError:(1025,“将 './CMMS/#sql-c40_20a' 重命名为 './CMMS/member' 时出错(错误号:150)”)
怎么解决??
提前致谢
此错误是从底层数据库冒泡的错误。此错误表明您无法重命名该表,因为该表上有一些外键限制。您应该检查您的数据库日志以获取更多信息。对于可能的解决方案,您可以尝试先删除外键,然后移动/删除/重命名您的表。