forked from Lainports/freebsd-ports
specify, mysql to save the data, and php to display it. Fairly configurable, and easy to set up.
8 lines
199 B
SQL
8 lines
199 B
SQL
# 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;
|