Mysql allow from all – Test CREATE USER 'root'@'%' IDENTIFIED BY 'Test#123'; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;