You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE DATABASE IF NOT EXISTS sjjt DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
create user sjjt2016 IDENTIFIED by 'SJJT_password@2016';
grant ALL on sjjt.* to sjjt2016;
flush privileges;