Solved Best way to send data to a remote DataBase?

Discussion in 'Plugin Development' started by microgeek, Jan 28, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    microgeek

    Hey, I'm managing a network of servers, and I need to get data(kills, deaths, time on server) to a MySQL DataBase. I'm having issues remotely connecting to the DataBase, and am stating to think about other options. Would it use too much Bandwidth to make a connection to my site, and have it handle the request there(Updating every kill/death)? I'm a bit stumped as of now.
    This is the error I get when I try to connect to my DataBase:
    Access denied for user 'USER'@'IP' to database 'DATABASE'
    I know for a fact that I'm using the correct info, and I've allowed my IP in RemoteMySQL.
    Any idea and/or suggestions? :confused:

    Edit: I mistyped my IP in the Remote Assess, derp.
     
  2. :D
     
Thread Status:
Not open for further replies.

Share This Page