USE provisioning; set autocommit=0; drop table if exists `rtc_user`; drop table if exists `rtc_session`; commit;