Skip to content

Commit 52d3fc4

Browse files
committed
failed to execute: SHOW SLAVE HOSTS major#553
1 parent 47cf066 commit 52d3fc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ To get information about stored credentials, use the following command:
238238

239239
mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICATION CLIENT,SHOW DATABASES,SHOW VIEW ON *.* TO 'mysqltuner'@'localhost' identified by pwd1234;
240240

241+
**Question: What's minimum privileges needed by a specific mysqltuner user in database for MySQL 8 or MariaDB 10.5 ?**
242+
243+
mysql>GRANT SELECT, PROCESS,EXECUTE, REPLICA MONITOR,SHOW DATABASES,SHOW VIEW ON *.* TO 'mysqltuner'@'localhost' identified by pwd1234;
244+
245+
241246
**Question: It's not working on my OS! What gives?!**
242247

243248
These kinds of things are bound to happen. Here are the details I need from you in order to research the problem thoroughly:

0 commit comments

Comments
 (0)