Advertisement
Guest User

Untitled

a guest
May 9th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. INSERT INTO `realms` (`id`, `hostname`, `username`, `password`, `char_database`, `world_database`, `cap`, `realmName`, `console_username`, `console_password`, `console_port`, `emulator`, `realm_port`, `override_port_world`, `override_username_world`, `override_password_world`, `override_hostname_world`, `override_port_char`, `override_username_char`, `override_password_char`, `override_hostname_char`) VALUES (1, 'MyVPSHostIP:3306', 'DatabaseUsername', 'DatabasePassword', 'characters', 'world', 100, 'Quel Thalas', 'GMLevel4Username', 'GMLevel4Password', 7878, 'trinity_soap', 8085, 3306, 'DatabaseUsername', 'DatabasePassword', 'MyVPSHostIP', 3306, 'DatabaseUsername', 'DatabasePassword', 'MyVPSHostIP');
  2.  
  3. _________________________________________
  4. MyVPSHostIP = The ip address of the vps my server is running off of (this ip has both the mysql, auth, and world server
  5. GMLevel4Username = The username for the account with GM level 4 access
  6. GMLevel4Password = The password for the account with GM level 4 access
  7. DatabaseUsername = The username i use to connect to the database (i do not use root ascent or root root etc. i created a seperate login that i can connect to)
  8. DatabasePassword = The password i use to connect to the database (i do not use root ascent or root root etc. i created a seperate login that i can connect to)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement