blog-acoustic-fingerprinting
ARCHIVED - acoustic fingerprinting television shows with python
git clone https://git.vogt.world/blog-acoustic-fingerprinting.git
Log | Files | README.md
← All files
name: src/sql/user.sql
-rw-r--r--
161
1-- Simple users so I can test.
2CREATE USER 'super'@'localhost' IDENTIFIED BY 'password';
3GRANT ALL PRIVILEGES ON * . * TO 'super'@'localhost';
4FLUSH PRIVILEGES;