mysql创建用户并授权 0. 创建用户1create user dbuser identified by 'password'; 1. 给用户授权123grant all privileges on *.* to dbuser@...