Adding some more tables on mysql side

This commit is contained in:
DanB
2013-05-28 16:29:33 +02:00
parent f0e82ba4af
commit ef6b1cc9f8
2 changed files with 26 additions and 0 deletions

View 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';