sql - MySQL - Unable to create column -
I am using MySQL 5.1. When I'm trying to add a new column, this kind of error throws,
The database name is "ebly".
Error code: Error in rename '1025' Evil \ # sql-98_477 'to'. \ Ebill \ user '(errno: 150) (0 ms has been taken)
This is my SQL query:
option table `ebill` 'User' column `User_Password` varchar (25) null
Where is the problem?
See here for an answer:.
Comments
Post a Comment