|
Posted by ninja on 10/11/74 11:54
Piet wrote:
> Hi,
>
> I upgraded my PHP / MySQL with AppServ 2.5.6. nfor Windows.
> it contains Apache 2.2.2, PHP 5.1.4, MySQL 5.0.22.
> Starting PHPMyAdmin it asks for a username and a password. Installing it I
> was not not asked for that.
>
> Does anyone know How I can find the right password and username?
> How can I disable the question for a username and password? I am a single
> user on a stand alone system.
>
> Piet
Hello,
phpMyAdmin also comes with a setup script that can help you. It
involves creating a temporary world- writable config directory in your
phpmyadmin root, running [PHPMYADMIN_WEBROOT]/scripts/setup.php and
copying the newly created config.inc.php over the old one after you're
done with the setup (see this link for more info:
http://www.phpmyadmin.net/documentation/#setup_script).
If you have username and password for MySQL set, then use that as your
username/password combination. Else, chances are that default MySQL
privileged account info might possibly work ('root'/'' - that is 'root'
and no password). If that is the case, once you're in, set yourself a
password.
[Back to original message]
|