diff options
author | Mateja <mail@matejamaric.com> | 2020-10-04 00:16:49 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-04 00:16:49 +0200 |
commit | a3094caeb564821870870d57efb4a4fc3fd659e7 (patch) | |
tree | 9399de7d6fd48900d1d01573a81a286aa2fdfa74 /test | |
parent | 1e44886d6f53d5bb9621211810fdea247f7fbd71 (diff) | |
download | old-php-yota-a3094caeb564821870870d57efb4a4fc3fd659e7.tar.gz old-php-yota-a3094caeb564821870870d57efb4a4fc3fd659e7.zip |
A whole lot of shaking going on...
Diffstat (limited to 'test')
-rw-r--r-- | test/notes.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/notes.sql b/test/notes.sql index dd59770..fbabe4e 100644 --- a/test/notes.sql +++ b/test/notes.sql @@ -22,6 +22,6 @@ CREATE TABLE admins( `password` varchar(255) not null ) charset=utf8; -GRANT ALL PRIVILEGES ON `yota_db`.* TO `yota_admin`@`localhost` IDENTIFIED BY 'quaequaquagh6ahwoh6Chahx1EiFooGh'; -GRANT SELECT ON `yota_db`.* TO `yota_user`@`localhost` IDENTIFIED BY 'gahdeer6shai9hogai2sai4quuaj1eVu'; -GRANT INSERT ON `yota_db`.`activities` TO `yota_requester`@`localhost` IDENTIFIED BY 'oon5iraeghaidoShi5sheefie2uuz3gu'; +GRANT ALL PRIVILEGES ON `yota_call_db`.* TO `yota_admin`@`localhost` IDENTIFIED BY 'quaequaquagh6ahwoh6Chahx1EiFooGh'; +GRANT SELECT ON `yota_call_db`.* TO `yota_user`@`localhost` IDENTIFIED BY 'gahdeer6shai9hogai2sai4quuaj1eVu'; +GRANT INSERT ON `yota_call_db`.`activities` TO `yota_requester`@`localhost` IDENTIFIED BY 'oon5iraeghaidoShi5sheefie2uuz3gu'; |