Saya menyukainya dengan langkah-langkah di bawah ini:
1) Buka config.inc.php
berkas
2) Ubah izin file untuk menulis
sudo chmod 777 /etc/phpmyadmin/config.inc.php
3) Tambahkan baris di bawah ini ke file
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'MY_SQL ROOT_USER_PASSWORD';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
4) Ubah kembali hak akses file ke aslinya
sudo chmod 755 /etc/phpmyadmin/config.inc.php
5) Mulai ulang server
service mysql start or service mysql start
6) buka
http://localhost/phpmyadmin
username: root
password: YOUR_MYSQL'S ROOT USER'S PASSWORD
- Berhasil masuk ke phpmyadmin.