mysql如何给用户授权
1、首先准备演示环娓搠础拔境创建test库create database test;创建test用户create user test@'%' identified by 'test_123';查看现有权限show grants for test@'%';


4、最后检查用户权限show grants for test@'%';

1、首先准备演示环娓搠础拔境创建test库create database test;创建test用户create user test@'%' identified by 'test_123';查看现有权限show grants for test@'%';
4、最后检查用户权限show grants for test@'%';