mysql>grant all on *.* to
sa@'%' identified by '
sa' with grant option;
mysql>grant super on *.* to
sa@'%' identified by '
sa';
mysql>grant all privileges on *.* to
sa@'%' identified by '
sa' with grant option;
mysql>flush privileges;
ประมาณนี้ sa คือชื่อ user ใน grant option ในตัวอย่างนี้ถ้าจะใช้ชื่ออื่นก็เปลี่ยนได้