SQL: ALTER TABLE `tardustc_dcz`.`[Table]threads` ADD COLUMN [Table]pushstatus tinyint(1) NOT NULL DEFAULT '0'
Error: ALTER command denied to user 'tardustc_ss'@'localhost' for table '[Table]threads'
Errno.: 1142
为啥会出现这个,该如何解决?
SQL: SELECT * FROM `tardustc_uchome`.`uchome_album` WHERE friend = 0 AND picnum != 0 ORDER BY updatetime DESC LIMIT 0,6
Error: SELECT command denied to user 'tardustc_ss'@'localhost' for table 'uchome_album'
Errno.: 1142