File: homer_user.sql

package info (click to toggle)
homer-api 5.0.6%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,604 kB
  • ctags: 2,439
  • sloc: php: 8,259; sql: 1,212; perl: 984; sh: 318; makefile: 69
file content (4 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (12)
1
2
3
4
CREATE USER 'homer_user'@'localhost' IDENTIFIED BY 'homer_password';
GRANT ALL ON homer_configuration.* TO 'homer_user'@'localhost';
GRANT ALL ON homer_statistic.* TO 'homer_user'@'localhost';
GRANT ALL ON homer_data.* TO 'homer_user'@'localhost';