Advertisement
Guest User

Untitled

a guest
Sep 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 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 = "77.72.0.150" -- This is the IP address of the MySQL host. Make sure the IP address is correct and in quotation marks (" ")
  3. RP_MySQLConfig.Username = "vestane1_steven" -- 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 = "***********" -- 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 = "vestane1_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 = 3306 -- 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 = "mysqloo" -- Preferred module, case sensitive, must be either "mysqloo" or "tmysql4". Only applies when both are installed.
  11. RP_MySQLConfig.MultiStatements = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement