Advertisement
MarlboroGood

MSQL

Jul 4th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. RP_MySQLConfig = {}
  2. RP_MySQLConfig.EnableMySQL = false
  3. RP_MySQLConfig.Host = "127.0.0.1"
  4. RP_MySQLConfig.Username = "user"
  5. RP_MySQLConfig.Password = "password"
  6. RP_MySQLConfig.Database_name = "DarkRP"
  7. RP_MySQLConfig.Database_port = 3306
  8. RP_MySQLConfig.Preferred_module = "mysqloo"
  9. RP_MySQLConfig.MultiStatements = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement