Guest User

Untitled

a guest
Jan 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. database:
  2. type: mysql # Database type/driver to use. Current options are MySQL and eBean (Bukkit persistence).
  3. host: sql09.freemysql.net # MySQL server hostname, domain, IP, or localhost for local connections. MySQL only.
  4. port: 3306 # Port used for connecting to your MySQL server. This is usually 3306. MySQL only.
  5. username: ******** # Username used to connect to your database. Only valid for MySQL.
  6. password: ******** # Password used to connect to your database. MySQL only.
  7. name: primewordpress # Name of the database you are connecting to. MySQL only.
  8. keepalive: false # Enable/disable keeping database connection alive. Do not use if your connection limit is low. MySQL only.
  9. script:
  10. name: wordpress # Name of the script you are using.
  11. version: 3.2.1 # Version of the script you are using.
  12. tableprefix: wp_ # Database table prefix for the script, if you use one.
  13. # passwordsalt: # NOT IMPLEMENTED YET! Unique/custom password salt, if needed by the script.
Add Comment
Please, Sign In to add comment