SA-MP Forums Archive
help whit mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help whit mysql (/showthread.php?tid=295284)



help whit mysql - jorge_ - 05.11.2011

I have a fs with mysql registration system, load well the fs and when I log all good, but when I leave and enter the name tells me not registered and I get this in the mysql.log

pawn Код:
[11:03:30]  

[11:03:30] ---------------------------

[11:03:30] MySQL Debugging activated (11/05/11)

[11:03:30] ---------------------------

[11:03:30]  

[11:03:30] >> mysql_query( Connection handle: 0 )

[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_store_result( Connection handle: 0 )

[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_num_rows( Connection handle: 0 )

[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_free_result( Connection handle: 0 )

[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_query( Connection handle: 0 )

[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_store_result( Connection handle: 0 )

[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_num_rows( Connection handle: 0 )

[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_free_result( Connection handle: 0 )

[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_query( Connection handle: 0 )

[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_store_result( Connection handle: 0 )

[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_num_rows( Connection handle: 0 )

[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_free_result( Connection handle: 0 )

[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_query( Connection handle: 0 )

[11:03:30] >> mysql_query() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_store_result( Connection handle: 0 )

[11:03:30] >> mysql_store_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_num_rows( Connection handle: 0 )

[11:03:30] >> mysql_num_rows() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

[11:03:30] >> mysql_free_result( Connection handle: 0 )

[11:03:30] >> mysql_free_result() - Invalid connection handle. (You set: 0, Highest connection handle ID is 1).

i use ****** translator


Re: help whit mysql - Tanush123 - 05.11.2011

do you have a mysql phpmyadmin?


Respuesta: Re: help whit mysql - jorge_ - 05.11.2011

Quote:
Originally Posted by Tanush123
Посмотреть сообщение
do you have a mysql phpmyadmin?
I created a database in 000webhost.com


Re: help whit mysql - Calgon - 05.11.2011

000webhost do not allow remote database linking, you need to find another database host.


Respuesta: Re: help whit mysql - jorge_ - 05.11.2011

Quote:
Originally Posted by Calgon
Посмотреть сообщение
000webhost do not allow remote database linking, you need to find another database host.
then the problem is 000webhost.com?


Re: help whit mysql - Tanush123 - 05.11.2011

jorge use wampserver or an hosting server area that have mysql


Respuesta: Re: help whit mysql - jorge_ - 05.11.2011

Quote:
Originally Posted by Tanush123
Посмотреть сообщение
jorge use wampserver or an hosting server area that have mysql
ok thanks, using wampserver I can put my server in linux?


Respuesta: help whit mysql - jorge_ - 05.11.2011

I will seek a thanks for the help, Greetings!