mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 09:24:12 +01:00
Create user.
This commit is contained in:
parent
854255d435
commit
6a96b3c97d
@ -25,3 +25,9 @@ CREATE TABLE yubikeys (
|
|||||||
sessionUse INT,
|
sessionUse INT,
|
||||||
PRIMARY KEY (id)
|
PRIMARY KEY (id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
-- DROP USER ykval_verifier;
|
||||||
|
CREATE USER ykval_verifier;
|
||||||
|
GRANT SELECT,INSERT,UPDATE(accessed, counter, low, high, sessionUse)
|
||||||
|
ON ykval.yubikeys to 'ykval_verifier'@'localhost';
|
||||||
|
FLUSH PRIVILEGES;
|
||||||
|
Loading…
Reference in New Issue
Block a user