I thought that was the issues, howvever when I run "mysql -u root -p" it works fine.[DOUBLEPOST=1481041905][/DOUBLEPOST]ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Basically means your username and password is incorrect. Considering the username is root its safe to say that's right, but more than likely the password you are entering is wrong.
This is when starting the MySQL host.NetherMC01 mysql[1443]: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
You need to fill in your root user password. The plugin (I guess it is a plugin) can not login.
The error says "(using password: NO)" therefor whatever it is that's trying to access the database, is using the username root, but it isn't using a password, so its trying without. Therefor causing MySQL to deny access.I thought that was the issues, howvever when I run "mysql -u root -p" it works fine.[DOUBLEPOST=1481041905][/DOUBLEPOST]
This is when starting the MySQL host.
Sorted it, Thank you !The error says "(using password: NO)" therefor whatever it is that's trying to access the database, is using the username root, but it isn't using a password, so its trying without. Therefor causing MySQL to deny access.
