summaryrefslogtreecommitdiff
path: root/net/hawk/files/create_hawk_user.sql
blob: 594447c48a19efde4855526521d5bbfcb417f67c (plain) (blame)
1
2
3
4
5
6
7
8
# Feed this file to mysql, e.g.,
# mysql -v < create_hawk_user.sql

grant select,insert,update,delete
     on hawk.*
     to hawk@localhost
     identified by 'YOUR_PASSWORD_HERE';
flush privileges;