grant all on *.* to user@'hostname or ip or %' identified by 'password' with grant option;
grant all privileges on *.* to user@'hostname or ip or %' identified by 'password' with grant option;
flush previleges;
แก้ตามนี้ครับ
hostname or ip or % เป็นของเครื่องลูกข่ายที่อนุญาต นะครับ
เช่นให้ เครื่อง ip 192.168.0.1-192.168.0.254 ใช้ก็
grant all on *.* to user@'192.168.0.%' identified by 'password' with grant option;
grant all privileges on *.* to user@'192.168.0.%' identified by 'password' with grant option;
flush previleges;
ถ้า % อย่างเดียวหมายถึงให้ทุกเครื่องที่เข้าถึงได้จากเครือข่ายทั้งภายในและภายนอก