sebdet | f0d7a96 | 2019-09-10 12:25:47 +0200 | [diff] [blame] | 1 | # |
2 | # Create CLDS database objects (tables, etc.) | ||||
3 | # | ||||
4 | # | ||||
5 | CREATE DATABASE `cldsdb4`; | ||||
6 | USE `cldsdb4`; | ||||
7 | DROP USER 'clds'; | ||||
8 | CREATE USER 'clds'; | ||||
9 | GRANT ALL on cldsdb4.* to 'clds' identified by 'sidnnd83K' with GRANT OPTION; | ||||
10 | FLUSH PRIVILEGES; | ||||
11 |