Hello,
The message is telling you one of two things:
1. That you did not give the root mysql password when trying to connect.
2. MySQL is not up and running.
Try connecting to mysql from the command line with the following
mysql -u root -p database_name
SHould prompt you for the root password. If there is not one you should set one.