Question:
Sir.. When I started PHPmyadmin.. I got these?? What should I do
" 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. "
Answer:
That's an error occurs because you use PHPMYADMIn using root and no password for the root.You can Ignore it or just change the config for PHPMYADMIN to use another user with password . how to change it
- goto C:\xampp\phpMyAdmin
- edit config.inc.php
- find this
$i = 0; /* * First server */ $i++; /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = ''; $cfg['Servers'][$i]['extension'] = 'mysql';
- edit like you wanted. (User, password)
0 komentar:
Posting Komentar