Advertisement
Guest User

Untitled

a guest
Aug 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. RP_MySQLConfig.EnableMySQL = true -- Set to true if you want to use an external MySQL database, false if you want to use the built in SQLite database (garrysmod/sv.db) of Garry's mod.
  2. RP_MySQLConfig.Host = "149.56.132.136" -- This is the IP address of the MySQL host. Make sure the IP address is correct and in quotation marks (" ")
  3. RP_MySQLConfig.Username = "wallpea" -- This is the username to log in on the MySQL server.
  4. -- contact the owner of the server about the username and password. Make sure it's in quotation marks! (" ")
  5. RP_MySQLConfig.Password = "pyro20004792" -- This is the Password to log in on the MySQL server,
  6. -- Everyone who has access to FTP on the server can read this password.
  7. -- Make sure you know who to trust. Make sure it's in quotation marks (" ")
  8. RP_MySQLConfig.Database_name = "wallpea_darkrp" -- This is the name of the Database on the MySQL server. Contact the MySQL server host to find out what this is
  9. RP_MySQLConfig.Database_port = 2030 -- This is the port of the MySQL server. Again, contact the MySQL server host if you don't know this.
  10. RP_MySQLConfig.Preferred_module = "tmysql4" -- Preferred module, case sensitive, must be either "mysqloo" or "tmysql4". Only applies when both are installed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement