antiblock
diamwall
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Z3R0

[Duvida] Como Hospedar Site Em Host ?

Question

Olá comunidade, estou enfrentando um problema e gostaria de partilhar com voces caso alguem souber me ajude.

 

Meu problema é bem resumido.

 

O site que está no host não conecta no mysql do servidor que está no meu pc.

E não consigo conectar no mysql por outro computador remotamente

Nem no SSH com o Putty

 

Ja liberei a porta 3306 e 22 no MODEN

 

Já liberei a porta 3306 e 22 no FIREWALL

 

Já tentei com todos os IP's possiveis até o NO-IP e nada

 

Alguem sabe oque é ? como se faz ? como se resolve isso ?

 

Config.inc do site hospedado

 

<?php 
/*
|-------------------------------------------------------------------
| Datenbank Connection Details
|-------------------------------------------------------------------
*/
$mysql_host = "xxx.servegame.com";
$mysql_user = "root";
$mysql_pass = "xxxxxxxx";
$mysql_db = "account";
/*
|-------------------------------------------------------------------
| Datenbank Verbindung herstellen
|-------------------------------------------------------------------
*/
mysql_connect($mysql_host, $mysql_user, $mysql_pass) OR
die("Es konnte keine Verbindung zur Datenbank hergestellt werden.<br /> Fehlermeldung: ".mysql_error());
 
mysql_select_db($mysql_db) OR
die("Die Datenbank konnte nicht benutzt werden.<br /> Fehlermeldung: ".mysql_error());
?>

 

os xxx são as cenas ocultadas

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

ALGUEM PODE MOVER PARA METIN2 - DUVIDAS cliquei em duvidas errado '-'

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

Olá.

Verifica as permissões do utilizador da base de dados.

Verifica que está apenas como localhost (provavel) ou se pode aceder de outros ip.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this