パスワードを割り当てた場合、phpmyadmin/Wampserver(interface) にアクセスするにはどうすればよいですか? パスワードを入力できるページはありますか?
4 に答える
You can set the automatic access in your configuration just change $cfg['Servers'][$i]['AllowNoPassword'] to true argument if it's not.
Example:
$cfg['Servers'][$i]['AllowNoPassword'] = true;
It will allow you to automatically access to your phpmyadmin base on your pass and login.
If you would like to input your own login and password in phpmyadmin page just change the true argument back to false in the config file.
good luck.
で終わるアドレスを介してホストにアクセスするとphpmyadmin
、割り当てたユーザー名とパスワードの入力を求められます。ユーザー名を指定しなかった場合は、「root」を試してください
試す:
http://localhost/phpmyadmin/
rootをユーザー名として試し、パスワードを空にします(何も入力しないでください)。