[SQL]INSERT into mytest(id,name)VALUES(1,'vv');[Err] 1146 - Table 'user.mytest' doesn't exist 明明插入的表是mytest可是提示确是user.mytest 查看完整描述