解决方法:
当出现这个问题,说明 celive 配置文件中的数据库与 cmseasy 的配置文件中数据库不一致,修改方法为:
$config['database'] = '数据库名称';
$config['username'] = '数据库用户名';
$config['password'] = '数据库用户密码';
$config['prefix'] = 'cmseasy_';
Table 'yuxin.cmseasy_activity' doesn't exist
DELETE FROM `cmseasy_activity` WHERE `id`=''