开发者

MySQL - Unable to create column

I am using MySQL 5.1. When i am trying to add new column, it throws error like this,

Database name is "ebill".

Error Code : 1025
Error on rename of '.\ebill\#sql-98_477' to '.\ebill\user' (errno开发者_如何转开发: 150)
(0 ms taken)

This is my sql query:

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

Where is the issue?


Look here for an answer: What does mysql error 1025 (HY000): Error on rename of './foo' (errorno: 150) mean?.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜