View Single Post
  #2  
Old 04-19-2014, 07:21 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

It's a database connection error. You probably have a password on the root account, which must be present there if you do.
Code:
Error Failed to connect to database: Error: #1045: Access denied for user 'root'@'localhost' (using password: YES)
That means it has a password, but you're giving it the wrong one, currently just "".
Reply With Quote