Chào cả nhà
Mình cài xong PHPMyadmin thì trên trang chủ báo lỗi này, và không có quyền tạo thêm Database mới
Code:
Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.
Dưới đây là config của php my admin
Code:
<?php
$cfg['blowfish_secret'] = 'hungng';
$i = 0;
$i++;
$cfg['Servers'][$i][1]['auth_type'] = 'cookie';
$cfg['Servers'][$i][1]['host'] = '192.168.198.131';
$cfg['Servers'][$i][1]['connect_type'] = 'tcp';
$cfg['Servers'][$i][1]['compress'] = false;
$cfg['Servers'][$i][1]['extension'] = 'mysql';
$cfg['Servers'][$i][1]['controluser'] = 'root';
$cfg['Servers'][$i][1]['controlpass'] = 'hungng89';
$cfg['Servers'][$i]['pmadb'] = 'mysql';
$i++;
$cfg['Servers'][$i][2]['auth_type'] = 'cookie';
$cfg['Servers'][$i][2]['host'] = '192.168.198.131';
$cfg['Servers'][$i][2]['connect_type'] = 'tcp';
$cfg['Servers'][$i][2]['compress'] = false;
$cfg['Servers'][$i][2]['extension'] = 'mysql';
$cfg['DisplayServersList'] = TRUE;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>

Ai có lời khuyên hay link tham khảo nào về phpmyadmin cho mình với
Xin cám ơn