fogstorage & mariaDB problem? (might be related to my deploying from wrong storage node)
-
So I am looking at the mysql FAQ/Troubleshooting page and I came across this step:
mysql -u UserNameHere -pPasswordHere -D fog
so right now, my setup is below:
STORAGENODE MYSQLUSER = fogstorage
STORAGENODE MYSQLPASS = fs42230904680If I go into the main fog server, open a terminal and type:
mysql -u fogstorage -pfs42230904680
It will throw back this:
ERROR 1045 (28000) : Access denied for user ‘fogstorage’@‘localhost’ (using password: YES)
I think this might be related as to why I can’t image from my storage node possibly?
Ideas?
-
@vince-villarreal Actually just tested on the storage node by typing:
mysql -u fogstorage -pfs42230904680 -h 10.4.11.111 -D fog
and it worked. 10.4.11.111 is my main fog server.
man idk why the images are not deploying from my storage node area… this is a pain
-
What goes wrong with your storage node?
What are you trying to accomplish? Deploy from different storage nodes in different locations? (read up on location plugin if you haven’t already)