SA-MP Forums Archive
[Ajuda] Connection to "127.0.0.1" failed! Please check the connection settings... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Connection to "127.0.0.1" failed! Please check the connection settings... (/showthread.php?tid=585431)



Connection to "127.0.0.1" failed! Please check the connection settings... - LucasDias - 13.08.2015

alguem me ajuda? uso o xampp, estou a aprender a conectar um gamemode mysql e gostaria de saber o porque deste erro..
PHP код:
Connection to "127.0.0.1" failedPlease check the connection settings... 
o xampp estб ligado normal, o mysql, e o apache..

estou a usar a include " a_mysql R39"


Re: Connection to "127.0.0.1" failed! Please check the connection settings... - n0minal - 13.08.2015

isso nгo й uma mensagem do samp-server, й uma mensagem de script, provavelmente vocк configurou sua conexгo errado.


Re: Connection to "127.0.0.1" failed! Please check the connection settings... - LucasDias - 13.08.2015

Quote:
Originally Posted by ipsLeon
Посмотреть сообщение
isso nгo й uma mensagem do samp-server, й uma mensagem de script, provavelmente vocк configurou sua conexгo errado.
Como assim?

Configurei conforme vi em um tutorial gringo

PHP код:
#define SQL_HOSTNAME "127.0.0.1"
#define SQL_USERNAME "root"
#define SQL_DATABASE "pasta"
#define SQL_PASSWORD ""
public OnGameModeInit()
{
    
mysql_connect(SQL_HOSTNAMESQL_USERNAMESQL_DATABASESQL_PASSWORD);
       return 
1;

tem algum tutorial ensinando sу que br?