File: grant_mysql.sql

package info (click to toggle)
digitemp 3.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 828 kB
  • sloc: ansic: 7,254; perl: 644; makefile: 118; python: 67; sh: 39; sql: 11
file content (2 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (7)
1
2
GRANT SELECT,INSERT ON digitemp.* TO dt_logger@localhost
IDENTIFIED BY 'TopSekRet';