FOG database

From FOG Project
Revision as of 12:35, 21 April 2015 by Wayne-workman.28155 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You may access the data base on FOG locally by using:

mysql -u root fog

Or you may allow remote access by issuing this command locally (after connecting using the above command):

GRANT ALL ON fog.* TO 'UsernameHere'@'%' IDENTIFIED BY 'PasswordHere';