create user root@'%' identified by ''; grant all privileges on *.* to root@'%' with grant option; alter user root@'%' identified with caching_sha2_password by '';