mysql > GRANT ALL ON *.* TO user@localhost IDENTIFIED BY 'password';
mysql > flush privileges
user คือ ชื่อผู้ใช้ที่ต้องการเพิ่ม
password คือ พาสเวอร์ดของผู้ใช้ที่ต้องการเพิ่ม
* ตัวแรก หมายถึง ทุก db
* ตัวที่ 2 หมายถึง จัดการได้ทุกอย่าง ไม่ว่าจะเป็น เพิ่ม ลบ หรือ แก้ไข
mysql > SET PASSWORD=PASSWORD('password');
this is command for chang password of user login
No comments:
Post a Comment