整合PW论坛,安装在同一数据库下,出现denied 问题。
ALTER command denied to user 'secondly002'@'localhost' for table 'pw_members' alter table phpwind.pw_members add enewsgroupid smallint NOT NULL default '0', add enewsrnd varchar(30) NOT NULL default '', add enewsuserfen int NOT NULL default '0', add enewsmoney float(11,2) NOT NULL default '0.00', add enewsuserdate int not null default '0', add enewstodaydate varchar(10) not null default '', add enewstodaydown int not null default '0';
|