1.mysql用户创建: shell> mysql –user=root mysql mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost IDENTIFIED BY ‘something’ W…