1
0

Fixes and clean-up

This commit is contained in:
2018-11-03 01:37:37 +01:00
parent 2b76bd949e
commit 2740f6cdff
6 changed files with 14 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
CREATE DATABASE `ctf-zetatech-inc`
CREATE DATABASE `ctf-zetatech-inc`;
CREATE USER 'cyber-zetatech-inc'@'localhost' IDENTIFIED BY 'wY7nhg7xnzmCcJbfz3Gf89qyU5cvpr';
@@ -8,7 +8,7 @@ GRANT SELECT ON `ctf-zetatech-inc`.* TO `cyber-zetatech-inc`@`localhost`;
FLUSH PRIVILEGES;
use ctf
use `ctf-zetatech-inc`;
CREATE TABLE `access` (
`id` int NOT NULL AUTO_INCREMENT,