sql>create tabel t1(a int not null primary key, b char(10));Command>create readonly cache group test_mycache autorefresh interval 5 seconds from t1(a int not null primary key, b char(10));报:
3336: Cache grid name must be set for this database before performing this operation
The command failed.期待各位帮忙解决