Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. MySQL:
  2. Enabled: true
  3. Database:
  4. User:
  5. Name: root
  6. Password:
  7. Name: minecraft
  8. TablePrefix: mcmmo_
  9. Server:
  10. Port: 3306
  11. Address: localhost
  12.  
  13. $config['mysql_user']="root";
  14. $config['mysql_password']="";
  15. $config['mysql_database']="minecraft";
  16. $config['mysql_server_ip']="81.166.174.204";
  17. $config['mysql_port']=3306;
  18. $config['time_cache']=0;
  19. $config['prefix']="mcmmo_";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement