mysql> grant all privileges on *.* to ‘master‘@‘%‘ identified by ‘3306‘ with grant option; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; Query OK, 0 rows affected (0.01 sec)
时间: 2024-10-12 18:09:10
mysql> grant all privileges on *.* to ‘master‘@‘%‘ identified by ‘3306‘ with grant option; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; Query OK, 0 rows affected (0.01 sec)