Test server on my PC - 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: Test server on my PC (
/showthread.php?tid=517465)
Test server on my PC -
qmnty - 05.06.2014
Can i test my server using MYSQL on my Windows PC.
Already have connection to phpmyadmin. . .
buat when i launch samp-server.exe
Showing error(nativechecker) like this...
PHP код:
[12:17:20] Error: Function not registered: 'mysql_query'
[12:17:20] Error: Function not registered: 'mysql_debug'
[12:17:20] Error: Function not registered: 'mysql_real_escape_string'
[12:17:20] Error: Function not registered: 'mysql_insert_id'
[12:17:20] Error: Function not registered: 'mysql_free_result'
[12:17:20] Error: Function not registered: 'mysql_close'
[12:17:20] Error: Function not registered: 'mysql_store_result'
[12:17:20] Error: Function not registered: 'mysql_num_rows'
[12:17:20] Error: Function not registered: 'mysql_retrieve_row'
[12:17:20] Error: Function not registered: 'mysql_fetch_int'
[12:17:20] Error: Function not registered: 'mysql_fetch_row_format'
[12:17:20] Error: Function not registered: 'mysql_fetch_field_row'
[12:17:20] Error: Function not registered: 'GetCountryName'
[12:17:20] Error: Function not registered: 'WP_Hash'
[12:17:20] Error: Function not registered: 'mysql_connect'
[12:17:20] Error: Function not registered: 'mysql_ping'
[12:17:20] Error: Function not registered: 'mysql_reconnect'
[12:17:20] Script[gamemodes/GGRP.amx]: Run time error 19: "File or function is not found"
Why that's happen?
but when i launch the server on Linux VPS it's normal...
Anyone can help this problem??
my plugins MYSQL's version is R6
all of these. include, plugin got same version at all.
but that's error showing again...
Re: Test server on my PC -
rockhopper - 05.06.2014
Do u have mysql.dll ?
Re: Test server on my PC -
qmnty - 05.06.2014
Yeah. . . .
i have it all of needed plugins on my gamemodes.
Re: Test server on my PC -
SimonItaly - 05.06.2014
You may have "mysql.so" instead of "mysql.dll" in server.cfg.
Re: Test server on my PC -
qmnty - 07.06.2014
Thanks guys for helping.. . . .
Now it's fix . . .