add sql files

This commit is contained in:
karl.hudgell 2021-02-15 14:34:31 +00:00
parent 2d66699c4d
commit bbd90be467
3 changed files with 45 additions and 0 deletions

21
SQL/streams.sql Normal file
View File

@ -0,0 +1,21 @@
-- Script was generated by Devart dbForge Studio for MySQL, Version 6.0.128.0
-- Product home page: http://www.devart.com/dbforge/mysql/studio
-- Script date 15/02/2021 14:33:35
-- Server version: 5.5.5-10.5.8-MariaDB-1:10.5.8+maria~focal
-- Client version: 4.1
SET NAMES 'utf8';
INSERT INTO BBLB_DNS.streams(idstreams, streamName, streamURL) VALUES
(1, 'Gold', 'http://catenamode.cf:8090');
INSERT INTO BBLB_DNS.streams(idstreams, streamName, streamURL) VALUES
(2, 'Insanity', 'https://trippy.pro:443');
INSERT INTO BBLB_DNS.streams(idstreams, streamName, streamURL) VALUES
(3, 'PremPlus', 'https://itty.in:443');
INSERT INTO BBLB_DNS.streams(idstreams, streamName, streamURL) VALUES
(4, 'GunSlinger', 'http://gunslingertv.org:8080');
INSERT INTO BBLB_DNS.streams(idstreams, streamName, streamURL) VALUES
(5, 'VIP', 'http://oven-cleaner.com:8080/');
INSERT INTO BBLB_DNS.streams(idstreams, streamName, streamURL) VALUES
(6, 'Technoid', 'http://capoisagod2021.org:8080');
INSERT INTO BBLB_DNS.streams(idstreams, streamName, streamURL) VALUES
(7, 'Old Premium', 'https://caporeds.online:443');

13
SQL/userAccounts.sql Normal file
View File

@ -0,0 +1,13 @@
-- Script was generated by Devart dbForge Studio for MySQL, Version 6.0.128.0
-- Product home page: http://www.devart.com/dbforge/mysql/studio
-- Script date 15/02/2021 14:33:36
-- Server version: 5.5.5-10.5.8-MariaDB-1:10.5.8+maria~focal
-- Client version: 4.1
SET NAMES 'utf8';
INSERT INTO BBLB_DNS.userAccounts(userscol, username, password, stream, userID) VALUES
('1', 'Karl', 'TEST', 'Gold', '1');
INSERT INTO BBLB_DNS.userAccounts(userscol, username, password, stream, userID) VALUES
('2', 'Dazg3012', 'TEST2', 'PremPlus', '2');
INSERT INTO BBLB_DNS.userAccounts(userscol, username, password, stream, userID) VALUES
('3', 'Karl', 'fdlfdl', 'VIP', '1');

11
SQL/users.sql Normal file
View File

@ -0,0 +1,11 @@
-- Script was generated by Devart dbForge Studio for MySQL, Version 6.0.128.0
-- Product home page: http://www.devart.com/dbforge/mysql/studio
-- Script date 15/02/2021 14:33:37
-- Server version: 5.5.5-10.5.8-MariaDB-1:10.5.8+maria~focal
-- Client version: 4.1
SET NAMES 'utf8';
INSERT INTO BBLB_DNS.users(idusers, userName, password) VALUES
(1, 'Karl', 'TEST');
INSERT INTO BBLB_DNS.users(idusers, userName, password) VALUES
(2, 'Darren', 'bla');