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 tax_interview_test default character set utf8 collate utf8_general_ci;
create user 'interview'@'%' identified by 'interview123';
grant all on tax_interview_test.* to interview@'%';
grant all privileges on *.* to 'interview'@'localhost' identified by 'interview123' with grant option;
The text was updated successfully, but these errors were encountered:
建库建表语句
The text was updated successfully, but these errors were encountered: