@Quazz
@Quazz said in Git commit fcf4695 Setting up MySQL user and database..........................Failed:
@JJ-Fullmer Thanks for the instructions; that worked!
Some notes on the situation for me:
Woo Hoo!
Root password was set BUT only for ‘localhost’, but the host localhost did not have any type set (whereas the others had mysql_native_password)
I think that this may have also been the case for me. I certainly remember having set a root password but after fixing everything my only conclusion was that I must have not. But I did also notice that my mysql.user table had 3 different root users for localhost, 127.0.0.1, and 1 other I can’t remember right now. Mine were all set to the mysql_native_password plugin as well. It looks like a solution is in the works here already, but just wanted to add that note that the root problem might be the authentication problem.