-- show databases; -- use mysql; -- select * from user; -- create user'root'@'%' identified by '123132; -- GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';