Good stack
Great thanks for your work, fast and easy install.
/wp-admin login details are login: admin password: admin as well, as per the documentation.
However I do agree that login credentials for phpmyadmin are a bit confusing as suggested login: root password: empty does not work, but it can be easilly overcome by just setting a root mysql user password typing the command below in your teminal
mysqladmin -u root password newpass
where newpass - is to be chaged to your desired password
Hope this will help someone).
mysqladmin -u root password newpassword (works) You save me. Thank You
You will also need to update the wp-config.php file after you change the root password.