Guest User

Untitled

a guest
Sep 4th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. bLogs.Config.MySQL = {} local MySQL = bLogs.Config.MySQL
  2.  
  3. --[[
  4.  
  5. This should be pretty self explanatory.
  6.  
  7. I'll add some warnings.
  8.  
  9. WARNING: Don't use fucking localhost! It doesn't work with Garry's Mod!
  10. Use 127.0.0.1 instead.
  11.  
  12. WARNING: Again, like the normal config, don't make tickets about the
  13. MySQL config unless there REALLY is an issue.
  14.  
  15. If your user account doesn't have a password (not recommended) leave the Password
  16. field blank.
  17.  
  18. ]]
  19.  
  20. MySQL.Enabled = true
  21. MySQL.Host = "127.0.0.1"
  22. MySQL.Username = "visionro_blogsu"
  23. MySQL.Password = "logdatshit111"
  24. MySQL.Database = "visionro_blogs"
  25. MySQL.Port = 3306
Add Comment
Please, Sign In to add comment