Difference between revisions of "Location Plugin"

From FOG Project
Jump to: navigation, search
Line 18: Line 18:
  
 
edit the my.cnf file in /etc/mysql/my.cnf. And comment the bind-address line with the # symbol. Once commented and saved, restart the mysql service. That should be it.
 
edit the my.cnf file in /etc/mysql/my.cnf. And comment the bind-address line with the # symbol. Once commented and saved, restart the mysql service. That should be it.
 +
 +
 +
FOG Configuration -> FOG Settings -> FOG Storage -> FOG_STORAGENODE_MYSQLUSER & FOG_STORAGENODE_MYSQLPASS

Revision as of 11:19, 3 June 2015

Location Plugin

This page is intended to better document the location plugin. It's a work in progress. Below, you'll only find notes / jibberish that I'm collecting at the moment.





GRANT ALL PRIVILEGES ON . TO ‘fog’@’%’ IDENTIFIED BY ‘PassHere’ WITH GRANT OPTION;

and inside my.cnf, I set bind-address = *

edit the my.cnf file in /etc/mysql/my.cnf. And comment the bind-address line with the # symbol. Once commented and saved, restart the mysql service. That should be it.


FOG Configuration -> FOG Settings -> FOG Storage -> FOG_STORAGENODE_MYSQLUSER & FOG_STORAGENODE_MYSQLPASS