-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabases.sql
More file actions
executable file
·56 lines (41 loc) · 1.62 KB
/
databases.sql
File metadata and controls
executable file
·56 lines (41 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
-- create the user
--create user 'ecoach'@'localhost' identified by 'ecoach';
drop database if exists ecoach_select;
create database ecoach_select;
grant all privileges on ecoach_select.* to 'ecoach'@'localhost';
drop database if exists common1;
create database common1;
grant all privileges on common1.* to 'ecoach'@'localhost';
drop database if exists ecoach6;
create database ecoach6;
grant all privileges on ecoach6.* to 'ecoach'@'localhost';
drop database if exists ecoach7;
create database ecoach7;
grant all privileges on ecoach7.* to 'ecoach'@'localhost';
drop database if exists ecoach8;
create database ecoach8;
grant all privileges on ecoach8.* to 'ecoach'@'localhost';
drop database if exists ecoach9;
create database ecoach9;
grant all privileges on ecoach9.* to 'ecoach'@'localhost';
drop database if exists ecoach16;
create database ecoach16;
grant all privileges on ecoach16.* to 'ecoach'@'localhost';
drop database if exists ecoach17;
create database ecoach17;
grant all privileges on ecoach17.* to 'ecoach'@'localhost';
drop database if exists ecoach18;
create database ecoach18;
grant all privileges on ecoach18.* to 'ecoach'@'localhost';
drop database if exists ecoach19;
create database ecoach19;
grant all privileges on ecoach19.* to 'ecoach'@'localhost';
drop database if exists ecoach12;
create database ecoach12;
grant all privileges on ecoach12.* to 'ecoach'@'localhost';
drop database if exists ecoach13;
create database ecoach13;
grant all privileges on ecoach13.* to 'ecoach'@'localhost';
drop database if exists ecoach14;
create database ecoach14;
grant all privileges on ecoach14.* to 'ecoach'@'localhost';