0

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?

Srinivasan
  • 11,718
  • 30
  • 64
  • 92

1 Answers1

1

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

Community
  • 1
  • 1
Sebastian Dietz
  • 5,587
  • 1
  • 31
  • 39