forked from kamba4/sunders
containerized the app
This commit is contained in:
parent
51b982d43b
commit
070ccc9a19
14 changed files with 118204 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
create database camera;
|
||||
use camera;
|
||||
|
||||
grant all privileges on camera.* to camera@localhost identified by 'xxxxxxxx';
|
||||
grant all privileges on camera.* to camera@localhost identified by 'asdf';
|
||||
grant select on camera.* to camselect@localhost;
|
||||
|
||||
CREATE TABLE position (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue