Advertisement
Xenoz

Untitled

Jan 20th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. When i start my Server this Error pops up:
  2.  
  3. [MLS] Error connecting to the database...
  4. [MLS] Error: Can't connect to MySQL server on '185.101.92.238' (111)
  5.  
  6. Here is my MySQL_config.lua:
  7.  
  8. config.host = "185.101.92.238"
  9. config.database = "mls_db"
  10. config.port = 3306
  11. config.username = "root"
  12. config.password = "*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement