0

パスワードを割り当てた場合、phpmyadmin/Wampserver(interface) にアクセスするにはどうすればよいですか? パスワードを入力できるページはありますか?

4

4 に答える 4

0

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.

于 2012-05-26T16:21:24.710 に答える
-1

で終わるアドレスを介してホストにアクセスするとphpmyadmin、割り当てたユーザー名とパスワードの入力を求められます。ユーザー名を指定しなかった場合は、「root」を試してください

試す:

http://localhost/phpmyadmin/

これは、独自の Wampserver のセットアップ方法からのものでした

于 2010-02-10T05:01:47.120 に答える
-2

rootをユーザー名として試し、パスワードをにします(何も入力しないでください)。

于 2016-11-24T19:58:30.787 に答える