I'm brand new to developing and ruby on rails. I'm on Windows 7, have ruby 2.1.6, rails 4.2.3, MySQL 5.6.26, and Sublime Text 2 (2.0.2) installed. I'm following an online tutorial on lynda.com about ruby on rails 4 essentials and ran into a problem trying to connect with my localhost:3000 rails server. I'm getting this error every time.
Mysql2::Error (Access denied for user 'root'@'localhost' (using password: NO))
and then a whole bunch of lines of code in the command prompt I don't understand. I need some help sorting this out please!