数据库中执行data.sql
1:上传upload内所有文件至uch根目录
2:数据库中执行data.sql
CREATE TABLE `uchome_app_jinwu` (
`id` int(10) unsigned NOT NULL auto_increment,
`type` enum('single','double') character set gbk collate gbk_bin NOT NULL default 'single',
`uid` int(11) NOT NULL,
`score` int(8) NOT NULL,
`gtime` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
3:添加导航
4:更新缓存
--------------------------------------------------
第2步,数据库中执行data.sql
怎么搞啊???
我要详细的方法 |