Difference between revisions of "FOG database"

From FOG Project
Jump to: navigation, search
(Created page with "You may access the data base on FOG locally by using: <pre>mysql -u root fog</pre> Or you may allow remote access by issuing this command locally: <pre>MariaDB [fog]> GRANT ...")
(No difference)

Revision as of 12:34, 21 April 2015

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:

MariaDB [fog]> GRANT ALL ON fog.* TO 'fog'@'%' IDENTIFIED BY 'mastiff002';