1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Why is this happening?

Discussion in 'Discussion' started by Leo Cash, Jan 5, 2013.

  1. Tompkins

    Tompkins Developer for Laughing Skull Studios

    Your host isn't allowing external connections to the mysql Database, that '%' in

    [​IMG]

    That '%' shows that it's trying to read any random ip for one, which I'm positive won't work properly, it needs something to work with, as well as you need to ensure it allowed external connections.
     
  2. How can I allow external connections with MySQL with php myadmin?
     
  3. Tompkins

    Tompkins Developer for Laughing Skull Studios

    Ask your support team for help, they should be able to do it. Php mysql, can't do that if I'm correct.
     
  4. TJjokerR

    TJjokerR Formerly known as TJjokerR

    You cannot use % for a host, where is your host located? Is it remote: go to your cpanel(or whatever you got) and find the database section, it should mention something about remote connections.
    If you have a local database on your server, use 127.0.0.1 rather than localhost.

    Be aware that most web hosting companies only allow remote connections for administrative purposes and NOT for remote hosting.
     
  5. Tompkins

    Tompkins Developer for Laughing Skull Studios

    In rare cases, % has worked, but I mean like once in a blue moon, some hosts allow it as a wild-card that basically just becomes a back door for any ip at that point. As for the hosting company, if you're finding yourself having issue, I'd suggest requesting your server host to host one for you, most come with it for free, if you simply ask. If not, try a web-hosting company that'll allow it, I personally use hostgator.
     
  6. Razor

    Razor Guest

    % works in every case. It basically means everyone can access. I prefer that because I like doing database maintenance with navicat, which implies I have to access with my PC.
     
  7. connall

    connall Guest

    No it doesn't work in all cases. While yes it basically mean everyone can access it, some providers disable it because they don't want external access to their databases.
     
  8. TJjokerR

    TJjokerR Formerly known as TJjokerR

    No it doesn't. While % can be used as a wildcard in your database remote access configuration, you can not use it in an external program(tmysql) that wants to connect to a valid database. tmysql needs a valid host, it needs an IP.

    Tompkins already explained this.
     

Previous Readers (Total: 0)