0

我正在使用 MySQL 5.1。当我尝试添加新列时,它会抛出这样的错误,

数据库名称是“ebill”。

Error Code : 1025
Error on rename of '.\ebill\#sql-98_477' to '.\ebill\user' (errno: 150)
(0 ms taken)

这是我的 sql 查询:

alter table `ebill`.`user` add column `User_Password` varchar(25) NULL

问题出在哪里?

4

1 回答 1

1

在这里寻找答案:mysql error 1025 (HY000): Error on rename of './foo' (errorno: 150) 是什么意思?.

于 2009-12-05T06:58:14.610 回答