Install to half hint killed, indicating insufficient server storage space
phpMyAdmin does not allow remote access how to resolve, in the previous essay has been introduced
To set up automatic logon:
First, locate config.sample.inc.php in the root directory to copy a file name to config.inc.php (if a config.inc.php file already exists, modify the file directly).
Open config.inc.php Find $cfg [' Servers '] [$i] [' Auth_type '], will
$cfg [' Servers '] [$i] [' auth_type '] = ' cookie ';
Change into
$cfg [' Servers '] [$i] [' auth_type '] = ' config ';
Then add the following code below:
$cfg [' Servers '] [$i] [' user '] = ' root '; Set the MySQL user name
$cfg [' Servers '] [$i] [' password '] = ' 123456 '; Set the MySQL password to cancel automatic login: Change the above config to a cookie can be generally set up after the following issues are encountered
This hint indicates that the login password does not match the database password and that the database password must be modified
Note that the last hostname that was modified is localhost's permission
Click Change Password
Enter the password, prompt to modify the success can
Installation of xampp in Ubuntu, and remote access to phpmyadmin problems encountered