ฉันพยายามสร้าง MySQL MySQL แต่ฉันไม่สามารถให้สิทธิ์SUPER,REPLICATION CLIENT
กับpowerdns
ผู้ใช้ภายนอก
ฉันใช้ phpMyAdmin และให้สิทธิ์ALL PRIVILEGES
แก่powerdns
ผู้ใช้ แต่ยังใช้งานไม่ได้ ..
คำสั่งSHOW SLAVE STATUS;
บนโฮสต์ / ไคลเอ็นต์ภายนอก (ผู้ใช้ = powerdns):
ERROR 1227 (42000): Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation
คำสั่งSHOW GRANT;
บนโฮสต์ / ไคลเอ็นต์ภายนอก (ผู้ใช้ = powerdns):
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for powerdns@xx.xx.xx.xxx |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'powerdns'@'xx.xx.xx.xxx' IDENTIFIED BY PASSWORD '*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' WITH GRANT OPTION |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.03 sec)
สิ่งที่ฉันทำผิดที่นี่ ฉันแน่ใจว่าฉันเข้าสู่ระบบผู้ใช้ที่ถูกต้อง
แก้ไขโดยการคัดลอก ROOT ..
—
Wouter0100
คุณกำลังพูดถึง "รูท" อันไหนและคุณ "คัดลอก" มันได้อย่างไร?
—
Michael - sqlbot
ผู้ใช้รูทใน phpmyadmin "คัดลอกผู้ใช้"
—
Wouter0100
SHOW GRANTS;
นั้นและจากนั้นไม่สามารถทำงานได้ทันทีSHOW SLAVE STATUS;
?