6

I've just used AMPPS on a Mac to install phpMyAdmin but cannot find the root password.

What is it or where can it be found?

If it helps phpMyAdmin was installed to /Applications/AMPPS/www/myadmin

James
  • 30,496
  • 19
  • 86
  • 113

1 Answers1

14

mysql is the default password for user root.

http://www.ampps.com/wiki/Category:FAQs#How_to_use_AMPPS

And phpMyAdmin is by default available at http://localhost/phpmyadmin

Jigar
  • 3,256
  • 1
  • 30
  • 51