mysql: create super user with access to all tables By Ricardo MallaDecember 5, 2020April 18, 2021uncategorized CREATE USER 'username' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'username'@'%'; caching_sha2_password problem CREATE USER ''@'your_server_ip ' IDENTIFIED WITH mysql_native_password BY 'your_password';