Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL语句建库建用户 #52

Open
toplhy opened this issue Jul 1, 2024 · 0 comments
Open

MySQL语句建库建用户 #52

toplhy opened this issue Jul 1, 2024 · 0 comments

Comments

@toplhy
Copy link
Owner

toplhy commented Jul 1, 2024

建库建表语句

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant