1. Not connected...
    reason?
    It requires a detailed explanation.

    "Navicat for MySQL" 과는 상관없는지??


    Config
    {
    "dbConnection": {
    "Database": " ? ",
    "Host": "My Host IP?",
    "Password": "Server Password?",
    "Port": 3306,
    "Username": "My Steam?"
    }
    }
     
    Last edited by a moderator: Dec 22, 2015
  2. Does your password contains exotic symbols? Please use a_z, A_Z, 0-9, @!#$%&*-+() only in password and see if issue is resolved :)
     
  3. Continue errors.
    What's wrong with me?

    [12/22/2015 3:28:10 PM] [Oxide] 3:28 PM [Error] MySql handle raised an exception (MySqlException: Unable to connect to any of the specified MySQL hosts.)
     
  4. Seems like your host firewall might be blocking it?
    Or you've set up MySQL account wrong?
     
  5. You should check your parameters and firewall configuration @kantzz1
     
  6. Firewall settings are perfect!
    I was not the MySQL configuration.
    What version of MySQL?
    So many versions
    MySQL :: MySQL Downloads
     
  7. Contact your host and ask them to allow incoming connections - you might be able to do it in cpanel from RemoteSQL?
     
  8. Finally got this working, not sure what but I think it was a type issue with either db or user. Then ran the provided SQL query command to create all the tables. Now my question is I'm not a coder at least in php/SQL at all. I know there used to be a plugin similar to this but it also added a simple webhost that displayed all this information with pie charts etc but can't find it. How would I go about setting up something to display the gathered information on my server site?
     
  9. You need a guy who knows php and ask him to do it for you :)
     
  10. Anyone offering help on how to get this in website form?
     
  11. I have little problem with the store names in the database. I have a Russian player on my server name will not be stored in the database. Кош... is a name.
     
  12. How fix it? Please help me!
    Code:
    [Oxide] 8:51 AM [Info] Loaded plugin SQLStats v1.0.2 by Visagalis
    [Oxide] 8:51 AM [Info] [SQLStats] Opening connection.
    [Oxide] 8:51 AM [Info] [SQLStats] Connection opened.
    [Oxide] 8:51 AM [Error] MySql handle raised an exception (MySqlException: Access denied for user 'u488039502_admin'@'5.19.161.13' (using password: YES))
    [Oxide] 8:51 AM [Debug]   at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.NativeDriver.ReadPacket () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket () [0x00000] in <filename unknown>:0
    [Oxide] 8:51 AM [Error] MySql handle raised an exception in 'SQLStats v1.0.2' plugin (MySqlException: Access denied for user 'u488039502_admin'@'5.19.161.13' (using password: YES))
    [Oxide] 8:51 AM [Debug]   at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.NativeDriver.ReadPacket () [0x00000] in <filename unknown>:0
      at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket () [0x00000] in <filename unknown>:0
     
  13. DosAI:
    So in this case it could be folgenes:
    Mysql password is incorrect
    Mysql user may only connect Local
    MySQL Server responds to the IP does not say is set to bind 127.0.0.1
    hosting you by nitrado?
     
    Last edited by a moderator: Jan 17, 2016
  14. My hosting - Hostinger. I connect to my database with external IP. Password 100% valid. May be i need open port?
     
  15. Can you connect whis Navicat on MySQL Server. You can Download Demo


    I have Port Scan on 5.19.161.13 Port 3306 not open from external.
     
    Last edited by a moderator: Jan 18, 2016
  16. HI please can u tell me hot what script i need for create it ? in my page? i need a new page in menu or can use witget ??
    [DOUBLEPOST=1453298548,1453275794][/DOUBLEPOST]please help me to make the page i am Connect in DB but idk how to make the tables in my page:(
    i can PAY :) or update this and im donate u 10 USD
     
    Last edited by a moderator: Jan 20, 2016
  17. I have written to you privately chat. "Raidrust".
     
  18. I have remote conections enabled and tested in MySQL, but I still get.
    Code:
    [Error] 
    [SQLStats] Opening connection.
    [SQLStats] Connection opened.MySql handle raised an exception (MySqlException: Unable to connect to any of the specified MySQL hosts.)
    The permissions for 3306 are also ok. I tested the connection by php from other host, and everything is fine.

    There is nothing wrong, everything is fine, but it does not work.
     
  19. i made this today using your stats plugin, Thank you for this. I would love to talk to you about making a few addons so i can make a tool to allow everyone the ability to use my script.

    http://iplayrust.com/index.php/main/stats/stats_player - notice the menu at the top.

    I know this is not pretty its just functional.
     
  20. Nice work, but it is not prudent to view the IP of your players.