CREATE USER 'root'@'%' IDENTIFIED BY 'yarago123'; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; -- Refer support document if required to update in Configuration File set global max_connections = 1000; set wait_timeout =300;