mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Adding some more tables on mysql side
This commit is contained in:
5
data/storage/mysql/create_user.sql
Normal file
5
data/storage/mysql/create_user.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
--
|
||||
-- Sample user creation. Replace here with your own details
|
||||
--
|
||||
GRANT ALL on cgrates.* TO 'cgrates'@'localhost' IDENTIFIED BY 'CGRateS.org';
|
||||
Reference in New Issue
Block a user