📅  最后修改于: 2022-03-11 14:58:07.677000             🧑  作者: Mango
create user 'django'@'localhost' identified by 'django-user-password';
grant usage on *.* to 'django'@'localhost';
grant all privileges on django-database-1.* to 'django'@'localhost';