Advertisement
Guest User

Untitled

a guest
Jun 26th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. [WCD] »» MySQL: Successfully connected.
  2. [WCD] »» MySQL: Preparing to create table.
  3. [WCD] »» MySQL error when creating table: Unknown database 'gmod'
  4. [WCD] »» MySQL: falling back to sqllite.
  5.  
  6. WCD.Storage = {
  7. type = "mysqloo9",
  8. table = "wcd",
  9.  
  10. /*
  11. you have to create a database yourself, or use an existing one.
  12. the script will create the table.
  13. */
  14. host = "151*******",
  15. user = "Frede",
  16. password = "*******",
  17. database = "garrysmod",
  18. port = "3306"
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement