Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. DataSource:
  2. backend: MYSQL
  3. caching: true
  4. mySQLHost: mysql.hicoria.com
  5. mySQLPort: '3306'
  6. mySQLUseSSL: true
  7. mySQLCheckServerCertificate: true
  8. mySQLUsername: mysql_10633
  9. mySQLPassword: u8yiElaD
  10. mySQLDatabase: mysql_10633
  11. mySQLTablename: wp_users
  12. mySQLColumnId: id
  13. mySQLColumnName: user_login
  14. mySQLRealName: realname
  15. mySQLColumnPassword: user_pass
  16. mySQLColumnSalt: ''
  17. mySQLColumnEmail: user_email
  18. mySQLColumnLogged: isLogged
  19. mySQLColumnHasSession: hasSession
  20. mySQLtotpKey: totp
  21. mySQLColumnIp: last_ip
  22. mySQLColumnLastLogin: last_login
  23. mySQLColumnRegisterDate: regdate
  24. mySQLColumnRegisterIp: regip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement