login เข้า phpMyAdmin ไม่ได้ แก้ไฟล์ config แล้วก็ยังเข้าไม่ได้ค่ะ

กระทู้คำถาม
อยากรบกวนสอบถามผู้รู้ค่ะ
เราได้เช่า host ไว้แล้วอยากลองติดตั้ง cms ดูค่ะ
ถึงขั้นตอนที่ต้องสร้าง db เราต้องเข้าไปใน phpMyAdmin แต่มันเข้าไม่ได้ค่ะ
มี error บอกว่า Login without a password is forbidden by configuration (see AllowNoPassword)

เราเลยหาข้อมูลดู ก็เลยเข้าไปแก้ไขในไฟล์ config เป็น
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowRoot'] = true;
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

แล้วเราก็ยังเข้าไม่ได้อยู่ดีค่ะ
เราต้องแก้ปัญหายังไงคะ หรือว่าต้องติดต่อ server admin ให้ restart อะไรซักอย่างมั้ยคะ

ขอบคุณมากเลยค่ะ อมยิ้ม16
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่