Connect MySQL By Remote

*** ให้ทำการเพิ่มผู้ใช้งานที่สามารถ Remote ได้ก่อนโดย

1. #mysql -u root -p
2. ใส่ Password of root
3. mysql> grant all on *.* to newuser@'%' identified by 'userpassword';

หมายถึง สร้างผู้ใช้งานใหม่ชื่อ newuser และ Password คือ userpassword ให้สามารถเข้าได้ทุกๆ host

*** ติดตั้งโปรแกรมของ MySQL ของ Windows แล้วใช้ในการ Remote ได้เลยครับ

Comments

Popular posts from this blog

การตั้งเวลาระหว่าง Server และ Client

วิธีตั้งค่า NTP บน Primary Domain Controller

Installation and Run Node.JS on IIS