Category: การใช้งานโปรแกรม -> IS Online | Posted date: 2020-11-12 16:02:31 | Posted by: Wasin
เชื่อมต่อ api ได้ แต่เชื่อมเข้าฐาน isdb ไม่ได้ ขึ้น using the old insecure authentication true
ปัญหา api ไป connect ไม่ได้ จากหน้า
ทดสอบการเชื่อต่อฐานข้อมูล IS http://localhost:<port>/isonline/alive
ปัญหาเกิดจาก มีปัญหาเกี่ยวกับ Password แนวทางแก้ไข
SET old_passwords = 0;
SET PASSWORD FOR 'some-user'@'%' = PASSWORD ('XXXX');
FLUSH PRIVILEGES;