mysql MySQL user management Show all users:SELECT user, host FROM mysql.user;Create user:create user '<user>'@'<host>' identified by '<password>';Add permissions to