|
Posted by Jensen Somers on April 7, 2009, 3:31 am
Please log in for more thread options Phper wrote:
show/hide quoted text
> I just downloaded and unzipped it. When I open an file called
> index.php, I need to enter username and password.I have no clue that
> what username and password I should enter. Please help. Thank you!
PHPMyAdmin is a front-end to your MySQL server. The requested passwords
will thus be the ones from your MySQL server account.
Using a default MySQL installation the username will most likely be
"root" and the password empty.
--
show/hide quoted text
Jensen Somers <http://jsomers.eu>
Email: -http:// +jensen@
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying to
produce bigger and better idiots. So far, the Universe is winning."
- Rick Cook, The Wizardry Compiled
|
> index.php, I need to enter username and password.I have no clue that
> what username and password I should enter. Please help. Thank you!