ข้อความ phpMyAdmin - Error Invalid authentication method set in configuration อาจเกิดจากมีการตั้งค่า auth_type ของโปรแกรม phpMyAdmin ผิดพลาด สามารถแก้ไขได้ดังนี้ สมมุติไฟล์โปรแกรม phpMyAdmin คือ
D:\xampp\phpMyAdmin\
1. ให้ไปที่ Folder โปรแกรม phpMyAdmin หาไฟล์ชื่อ config.inc.php
2. เปิดไฟล์แล้วค้นหาบรรทัดโปรแกรม
$cfg['Servers'][$i]['auth_type']
3. แก้ไขบรรทัดดังกล่าวเป็น
$cfg['Servers'][$i]['auth_type'] = 'config';
หรือ
$cfg['Servers'][$i]['auth_type'] = 'cookie';
4. บันทึกไฟล์ และทดลองเข้าโปรแกรม phpMyAdmin ใหม่