Changes

From Amahi Wiki
Jump to: navigation, search
If the Greyhole service will not start, or you see this message when gathering info for support, it is possible that the Greyhole database was not created.
The following MySQL commands command will create the database:
mysql hda-u root -phda -e 'create database greyhole' mysql -u root db-phda and-e "grant all on greyhole.* to greyhole@'localhost' identified by 'user greyhole'"
mysql -u greyhole -pgreyhole greyhole < /usr/share/greyhole/schema-mysql.sql
service greyhole restart
Back to the [[Greyhole]] page
12,424

edits