MySQL Not Starting

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Luukd_2000

Web developer
Premium
Feedback score
5
Posts
180
Reactions
110
Resources
0
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.
 

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
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.
 

ShadowDecease

Supreme
Feedback score
1
Posts
16
Reactions
16
Resources
0
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.
I thought that was the issues, howvever when I run "mysql -u root -p" it works fine.[DOUBLEPOST=1481041905][/DOUBLEPOST]
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.
This is when starting the MySQL host.
 
Last edited:

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
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.
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.
 
Status
This thread has been locked.
Top