I'm moving a client of mine to my server - I've done this 100's of times.. look at this :
%mysql -uroot -p duallieforum < dump.txt
Enter Password : ********
ERROR 1121 at line 638: Column 'userid' is used with UNIQUE or INDEX but is not defined as NOT NULL
It doesn't make any sense.. I am doing it like I always have.
Help!
%mysql -uroot -p duallieforum < dump.txt
Enter Password : ********
ERROR 1121 at line 638: Column 'userid' is used with UNIQUE or INDEX but is not defined as NOT NULL
It doesn't make any sense.. I am doing it like I always have.
Help!
Comment