View Single Post
  #4  
Old 07-25-2011, 12:22 AM
tollen
Fire Beetle
 
Join Date: Feb 2011
Posts: 10
Default

i have the same error but not sure I'm source in the sql you posted correctly cause i get and failed error when doing so.
Quote:
mysql>source ALTER TABLE 'account' ADD 'time_creation' INT UNSIGNED DEFAULT '0' NOT NULL AFTER 'suspendeduntil';
ERROR:
Failed to open file 'ALTER TABLE 'account' ADD 'time_creation' INT UNSIGNED DEFAULT '0' NOT NULL AFTER 'suspendeduntil' ', error: 2
if i leave source off the front I get

Quote:
ERROR 1064 <42000>: you have an error in your sql syntax; check the manual that corresponds to your mysql server version for the right syntax to use near ' 'account' ADD 'time_creation' INT UNSIGNED DEFAULT '0' NOT NULL AFTER 'suspended' at line 1
Reply With Quote