Newbie Question
|
|
Thank you for the Windows install. I have install the Mantis stack and it seems to work as described. On the Welcome page is states: So I click <here> and it takes me to a login screen. I type in the username and password I was asked for in the install and nothing, doesn’t work. Where do I find/setup the password for phpMyAdmin. Thank you Donald Vukovic |
|
|
Hi, The default user for the phpMyAdmin application is “administrator” and the password is the same that you typed during the installation. You can change the user/password with the “htpasswd” tool:
You can find more information in this post I hope it helps. |
|
|
Please be kind to a windows user. What is this ??
|
|
|
Hi, Start Menu -> Run -> Write ‘cmd.exe’ You will be facing the command line. Now, you can type the command substituting appropriately <installation_directory> for the path of your installation. Cheers |
|
|
Hi, If you want to change the user/password for phpMyAdmin it is necessary to type this command in the Windows command prompt. You can open a command window from Start -> Execute -> cmd Then you can type a similar command to this:
You should replace the default installation directory with your installation folder. Regards |
